meh
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user