From 4eb2271953e5bc407471ad67dc48d0d9b6f66a9f Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Wed, 30 Sep 2020 13:20:15 -0400 Subject: [PATCH] Small correction --- worker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker.py b/worker.py index a0b9875..c60f1b8 100644 --- a/worker.py +++ b/worker.py @@ -160,7 +160,7 @@ def threadrunner(): for playldisc in info[5]: jobs.put(("submitdiscovery", playldisc, tracker.ItemType.Playlist)) - jobs.put(("complete", None, "video:"+vid)) + #jobs.put(("complete", None, "video:"+vid)) #pass elif task == "subtitles": @@ -313,4 +313,4 @@ if not shouldgetjob: print("PROTECTION MECHANISM #3 WAS SOMEHOW TRIGERRED") print("Community Contribution discovery has been disabled for this account, please report this on our Discord as this may have caused some videos to be incorrectly marked as having community contributions disabled.") -print("Exiting...") \ No newline at end of file +print("Exiting...")