summaryrefslogtreecommitdiff
path: root/butler.py
diff options
context:
space:
mode:
Diffstat (limited to 'butler.py')
-rw-r--r--butler.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/butler.py b/butler.py
index 6f3a2d4..655a11f 100644
--- a/butler.py
+++ b/butler.py
@@ -7,7 +7,4 @@ from ausbutler.interface import Interface
i = Interface(json.load(
open(path.join(path.dirname(__main__.__file__), 'config', 'butler.json'))))
-i.init_db()
-i.populate_db()
-i.opp_scores()
-i.normalize_scores()
+i.calculate_all()