소스 검색

Small adjustment

microtasks
tech234a 3 년 전
부모
커밋
98f96792ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py 파일 보기

@@ -177,7 +177,7 @@ def threadrunner(jobs: Queue):

while not isfile("directory/"+args.split(":", 1)[1]+"/"+args.split(":", 1)[1]+".zip"):
print("Attempting to zip item...")
system("zip -r directory/"+args.split(":", 1)[1]+"/"+args.split(":", 1)[1]+".zip out/"+args.split(":", 1)[1])
system("zip -9 -r directory/"+args.split(":", 1)[1]+"/"+args.split(":", 1)[1]+".zip out/"+args.split(":", 1)[1])

#get a target
targetloc = None


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