Merge pull request #278 from rootcoma/logging

Fix #0 this month
This commit is contained in:
tannn 2014-01-06 17:30:21 -08:00
commit 11ae84a480
1 changed files with 1 additions and 1 deletions

View File

@ -2364,7 +2364,7 @@ class TriviaTime(callbacks.Plugin):
from triviauserlog
where month=?
and year=?
and username=?''' % (query)
and username_canonical=?''' % (query)
arguments.append(month)
arguments.append(year)
arguments.append(usernameCanonical)