summaryrefslogtreecommitdiff
path: root/ausbutler/interface.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-17 01:44:59 +0100
committeremkael <emkael@tlen.pl>2017-01-17 01:44:59 +0100
commitb5163d2e1019323e1b0f28b8e2b7e69acc0d4d12 (patch)
tree5f56acbe88b41e7a174ca4fa6708620e3f52d721 /ausbutler/interface.py
parentffca744eb435a858ec60d9f7cef47aa5287ddcf3 (diff)
Fixing warning message
Diffstat (limited to 'ausbutler/interface.py')
-rw-r--r--ausbutler/interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/interface.py b/ausbutler/interface.py
index 862e78f..c239705 100644
--- a/ausbutler/interface.py
+++ b/ausbutler/interface.py
@@ -48,7 +48,7 @@ class Interface(object):
self.old_butler_normalized = True
print 'WARNING: Old butler was normalized, but will not be normalized with scores from current tournament'
except ProgrammingError:
- print 'WARNING: Old butler was not normalized, but will be used to calculate opponent score'
+ print 'WARNING: Old butler was not normalized, approximation from score per board will be used'
old_normbutler = None
for row in self.session.execute(old_bulter_query):
if row[2] > 0: