From 76af3fd211064e99da3568cd1deaa98d6ee846b1 Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:22:29 -0400 Subject: [PATCH] Fix comment --- worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())