Browse Source

Fix comment

pull/11/head
tech234a 3 years ago
parent
commit
76af3fd211
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py View File

@@ -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())



Loading…
Cancel
Save