From ffca744eb435a858ec60d9f7cef47aa5287ddcf3 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 17 Jan 2017 01:37:22 +0100 Subject: Accurate warning text --- ausbutler/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ausbutler/interface.py') diff --git a/ausbutler/interface.py b/ausbutler/interface.py index bf36c44..862e78f 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, will only be used to calculate opponent score' + print 'WARNING: Old butler was not normalized, but will be used to calculate opponent score' old_normbutler = None for row in self.session.execute(old_bulter_query): if row[2] > 0: -- cgit v1.2.3