tech234a пре 3 година
родитељ
комит
c2187c0d19
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py Прегледај датотеку

@@ -297,7 +297,7 @@ while not gkiller.kill_now:
elif targetloc.startswith("http"):
for filzip in listdir("directory"):
if filzip.endswith(".zip"):
system("curl --data-binary @directory/"+filzip+" "+targetloc)
system("curl -F "+filzip+"=@directory/"+filzip+" "+targetloc)

# Report the batch as complete
for itemb in batchcontent:


Loading…
Откажи
Сачувај