소스 검색

Tweaks

pull/3/head
tech234a 3 년 전
부모
커밋
101b27db7f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      export.py
  2. +1
    -1
      worker.py

+ 1
- 0
export.py 파일 보기

@@ -71,6 +71,7 @@ def subprrun(jobs, headers):
if divs:
myfs.write("\n")
del divs
myfs.close()
del myfs

if soup.find("li", id="captions-editor-nav-metadata")["data-state"] != "locked":


+ 1
- 1
worker.py 파일 보기

@@ -161,7 +161,7 @@ while True:

subthreads = []

for r in range(5):
for r in range(50):
subrunthread = Thread(target=subprrun, args=(subtjobs,headers))
subrunthread.start()
subthreads.append(subrunthread)


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