From 98f96792ed97a28e4a1b0d7e473b42040cfdde1b Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Wed, 23 Sep 2020 22:42:50 -0400 Subject: [PATCH] Small adjustment --- worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.py b/worker.py index a15e3f7..6fb14eb 100644 --- a/worker.py +++ b/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