From df266998238db51a5c1258ec86a1dacb753addd6 Mon Sep 17 00:00:00 2001 From: madprogramer Date: Wed, 30 Sep 2020 16:12:57 +0300 Subject: [PATCH] Added a message if somehow shouldgetjob is set to false --- worker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worker.py b/worker.py index 6b1e88b..081a4d7 100644 --- a/worker.py +++ b/worker.py @@ -311,6 +311,7 @@ for x in threads: del x 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