瀏覽代碼

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)


Loading…
取消
儲存