This commit is contained in:
wea_ondara
2019-08-14 18:40:07 +02:00
parent 696c11fa83
commit e6c381ef5e

View File

@@ -206,10 +206,10 @@ def main(folder, intervl):
rprint("computing toxic levels: post " + str(len(filteredposts)) + "/" + str(len(filteredposts)) + " ... plotting ... saving ... took " + str(cms() - start) + "ms")
magickold += " " + goutfilenameoldusers + ".png"
os.system(magickglobal + " batch_newusers.pdf")
os.system(magickold + " batch_oldusers.pdf")
os.system(magickglobal + " " + outputdir + "batch_newusers.pdf")
os.system(magickold + " " + outputdir + "batch_oldusers.pdf")
for (i, cmd) in magickpost.items():
os.system(cmd + " " + "batch_newusers_" + str(i) + ".pdf")
os.system(cmd + " " + outputdir + "batch_newusers_" + str(i) + ".pdf")
def dumptoxlevels(lvls, filename):