diff --git a/worker.py b/worker.py index a614c05..7b59b3b 100644 --- a/worker.py +++ b/worker.py @@ -135,7 +135,7 @@ def threadrunner(): print(e) print("Error in retrieving information, waiting 30 seconds and trying again") sleep(30) - if info[0]: # ccenabled or creditdata + if info[0]: # ccenabled if not isdir("out/"+str(vid).strip()): mkdir("out/"+str(vid).strip())