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…
Откажи
Сачувај