Closed Sh1Fu closed 2 years ago
Of the large set of statics in Netlab, only half loaded.
Current download block
try: urlretrieve(product_info, filename="images/%d.jpg" % i) sleep(0.2) except (BaseException or URLError or HTTPError) as e: print("\nDownload error -> " + str(e) + '\n') sleep(120) continue
Need to add a logging system, as it was in B2B IT Pro
Now test new proxy function
All the same problems
Of the large set of statics in Netlab, only half loaded.
Current download block