printing the time string with countdown result was vetoed pretty early on, and i don't think i have any want to go back to that well
This commit is contained in:
parent
ae4c1fa726
commit
1edeb703b4
|
@ -84,7 +84,6 @@ class Countdown(Module):
|
|||
relstr += str(rdelta.minutes) + ' minutes '
|
||||
if rdelta.seconds != 0:
|
||||
relstr += str(rdelta.seconds) + ' seconds'
|
||||
#relstr += ' (' + timestr + ')'
|
||||
return self.reply(connection, replypath, relstr)
|
||||
except NoOptionError: pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue