Ver código fonte

Small correction

master
tech234a 3 anos atrás
committed by GitHub
pai
commit
4eb2271953
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      worker.py

+ 2
- 2
worker.py Ver arquivo

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

Carregando…
Cancelar
Salvar