Hello. Few weeks ago start getting this error:
Traceback (most recent call last):
File "C:\Users\Tom\Desktop\awallish\arbitrageBot3.py", line 12, in
binance.initializeLotInfo()
File "C:\Users\Tom\Desktop\awallish\binance.py", line 277, in initializeLotInfo
lots[lot]['digits'] = numAfterPoint(decimal.Decimal(lots[lot]['minQty']).normalize())
KeyError: 'minQty'
Could you help to fix this problem?
Hello. Few weeks ago start getting this error:
Traceback (most recent call last):
File "C:\Users\Tom\Desktop\awallish\arbitrageBot3.py", line 12, in
binance.initializeLotInfo()
File "C:\Users\Tom\Desktop\awallish\binance.py", line 277, in initializeLotInfo
lots[lot]['digits'] = numAfterPoint(decimal.Decimal(lots[lot]['minQty']).normalize())
KeyError: 'minQty'
Could you help to fix this problem?