소스 검색

Added a message if somehow shouldgetjob is set to false

halt-discovery
madprogramer 3 년 전
부모
커밋
df26699823
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      worker.py

+ 1
- 0
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...")

불러오는 중...
취소
저장