From 830aaabd3e8105ad47460628587660cb496f507e Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 5 Jan 2017 11:07:11 +0100 Subject: Refactoring - grouping calculation methods --- butler.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'butler.py') 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() -- cgit v1.2.3