From 9e475e3cc99849c3238995aebac9a1dd361bfec3 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 4 Jan 2017 00:26:05 +0100 Subject: Compiling opponents previous scores for each segment butler --- butler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'butler.py') diff --git a/butler.py b/butler.py index ed5cc11..a15d6be 100644 --- a/butler.py +++ b/butler.py @@ -3,3 +3,4 @@ from ausbutler.interface import Interface i = Interface() i.init_db() i.populate_db() +i.opp_scores() -- cgit v1.2.3