Parcourir la source

Small correction

master
tech234a il y a 3 ans
committed by GitHub
Parent
révision
4eb2271953
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      worker.py

+ 2
- 2
worker.py Voir le fichier

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

Chargement…
Annuler
Enregistrer