mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
It's a string, not an integer, idjit!
This commit is contained in:
parent
df02bd593e
commit
e745ec6d88
@ -217,7 +217,7 @@ class Http(callbacks.Privmsg):
|
||||
else:
|
||||
seen = '%s was last seen on Gameknot %s.' % (name,
|
||||
seen.group(2))
|
||||
if games == 1:
|
||||
if games == '1':
|
||||
games = '1 active game'
|
||||
else:
|
||||
games = '%s active games' % games
|
||||
|
Loading…
Reference in New Issue
Block a user