소스 검색

Fix CURL

microtasks
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:


불러오는 중...
취소
저장