mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-09 12:29:22 +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
|
return
|
||||||
while counter and lenSoFar < 400:
|
while counter and lenSoFar < 400:
|
||||||
(started, ended) = map(int, cursor.fetchone())
|
(started, ended) = map(int, cursor.fetchone())
|
||||||
s = '%s, up for %s' % \
|
s = '%s; up for %s' % \
|
||||||
(time.strftime(conf.humanTimestampFormat,
|
(time.strftime(conf.humanTimestampFormat,
|
||||||
time.localtime(ended)),
|
time.localtime(ended)),
|
||||||
utils.timeElapsed(ended-started))
|
utils.timeElapsed(ended-started))
|
||||||
|
Loading…
Reference in New Issue
Block a user