Procházet zdrojové kódy

Tweaks

pull/3/head
tech234a před 3 roky
rodič
revize
101b27db7f
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      export.py
  2. +1
    -1
      worker.py

+ 1
- 0
export.py Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit