bioinf-mcb / gisaid-scrapper

Scrapping tool for GISAID data regarding SARS-CoV-2
MIT License
41 stars 16 forks source link

time.sleep() too small #17

Open plaksivayatryapka opened 4 years ago

plaksivayatryapka commented 4 years ago

Couldn't download all genomes for two days (downloaded only 70%) because of errors. Every time script downloads some portion of genomes and raises an error. After increasing all time.sleep(x) to time.sleep(10) everywhere in the script i could finally download all genomes.

AMD Ryzen 3600x, 32 GB RAM, Ubuntu 18.04