CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 303 forks source link

Logs say uppers=None? #92

Closed gutster95 closed 2 years ago

gutster95 commented 2 years ago

Pretty recently my raspberry started to spit out uppers=None

What does this mean? Has the bot some issue I am not aware of?

Deweygattringer commented 2 years ago

Mine is Doing the same

LukasKG commented 2 years ago

new_listings_scraper.py line 76 print(f'{uppers=}')

I replaced it with if uppers is not None: print(f'{uppers=}')

CyberPunkMetalHead commented 2 years ago

That is being used for debug purposes.