This commit is contained in:
wea_ondara
2019-08-13 18:38:14 +02:00
parent e032a1f35b
commit 696c11fa83
2 changed files with 3 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ def main(folder, intervl):
os.system(magickglobal + " batch_newusers.pdf")
os.system(magickold + " batch_oldusers.pdf")
for (i, cmd) in magickpost.items():
os.system(cmd + " " + "batch_newusers_" + i + ".pdf")
os.system(cmd + " " + "batch_newusers_" + str(i) + ".pdf")
def dumptoxlevels(lvls, filename):