Nelson Torres 2024-05-22 00:39:38 -03:00
parent 121f903463
commit fcdab0fc4e
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class Client:
try:
pair: Pair = pair_type(**item)
except Exception as e:
e.add_note(f'Don\'t panic, check out this https://binance-docs.github.io/apidocs/spot/en/#exchange-information')
e.add_note(f'\nDon\'t panic, check out this https://binance-docs.github.io/apidocs/spot/en/#exchange-information')
raise
pair_table[pair.symbol.upper()] = pair