Closed Jrjy3 closed 3 years ago
Fix currency not listed on gate io by saving all supported currencies to a list and checking the announcement coin against the list.
Most changes in main.py start on line 152 and changes in new_listings_scraper.py start on line 68.
Updated to keep the list of supported currencies in RAM so it doesn't have to load the currencies.json file from disk whenever it finds a new announcement. Should keep the speed of the bot the same as before this PR
Fix currency not listed on gate io by saving all supported currencies to a list and checking the announcement coin against the list.
Most changes in main.py start on line 152 and changes in new_listings_scraper.py start on line 68.