Browse Source

Tweaks

pull/3/head
tech234a 3 years ago
parent
commit
101b27db7f
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      export.py
  2. +1
    -1
      worker.py

+ 1
- 0
export.py View File

@@ -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 View File

@@ -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…
Cancel
Save