Ver a proveniência

Tweaks

pull/3/head
tech234a há 3 anos
ascendente
cometimento
101b27db7f
2 ficheiros alterados com 2 adições e 1 eliminações
  1. +1
    -0
      export.py
  2. +1
    -1
      worker.py

+ 1
- 0
export.py Ver ficheiro

@@ -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 Ver ficheiro

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


Carregando…
Cancelar
Guardar