parent
121f903463
commit
fcdab0fc4e
|
@ -436,7 +436,7 @@ class Client:
|
||||||
try:
|
try:
|
||||||
pair: Pair = pair_type(**item)
|
pair: Pair = pair_type(**item)
|
||||||
except Exception as e:
|
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
|
raise
|
||||||
pair_table[pair.symbol.upper()] = pair
|
pair_table[pair.symbol.upper()] = pair
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue