summaryrefslogtreecommitdiff
path: root/butler.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-05 11:07:11 +0100
committeremkael <emkael@tlen.pl>2017-01-05 11:07:11 +0100
commit830aaabd3e8105ad47460628587660cb496f507e (patch)
treeb0c53342307f8261f7b9567ff0391256ccec0a27 /butler.py
parentb8f32665d6c12ee1de86e16e9b92dc081c1b0091 (diff)
Refactoring - grouping calculation methods
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()