Browse Source

Small correction

master
tech234a 3 years ago
committed by GitHub
parent
commit
4eb2271953
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      worker.py

+ 2
- 2
worker.py View File

@@ -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...")
print("Exiting...")

Loading…
Cancel
Save