parent
121f903463
commit
fcdab0fc4e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue