This commit is contained in:
wea_ondara
2020-01-28 13:03:21 +01:00
parent 62b662a57a
commit 28f3476637

2
run.py
View File

@@ -5,6 +5,7 @@ import analyze_batch
import calctoxdiff
import posthist
import its
import votes
def main(folder, intervl):
@@ -13,6 +14,7 @@ def main(folder, intervl):
calctoxdiff.main(folder, intervl)
posthist.main(folder, intervl)
its.main(folder, 1)
votes.main(votes, 1)
pass