mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Cosmetic; semicolon instead of comma.
This commit is contained in:
parent
3fd04637af
commit
ee8deced50
@ -173,7 +173,7 @@ class FunDB(callbacks.Privmsg):
|
||||
return
|
||||
while counter and lenSoFar < 400:
|
||||
(started, ended) = map(int, cursor.fetchone())
|
||||
s = '%s, up for %s' % \
|
||||
s = '%s; up for %s' % \
|
||||
(time.strftime(conf.humanTimestampFormat,
|
||||
time.localtime(ended)),
|
||||
utils.timeElapsed(ended-started))
|
||||
|
Loading…
Reference in New Issue
Block a user