Cosmetic; semicolon instead of comma.

This commit is contained in:
Jeremy Fincher 2003-09-01 08:46:14 +00:00
parent 3fd04637af
commit ee8deced50
1 changed files with 1 additions and 1 deletions

View File

@ -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))