git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f3d57
)
Whitespace.
author
CMDR furrycat
<elite@furrycat.net>
Fri, 18 Nov 2016 17:32:01 +0000
(17:32 +0000)
committer
CMDR furrycat
<elite@furrycat.net>
Fri, 18 Nov 2016 17:32:01 +0000
(17:32 +0000)
plugin/announcements/announcements.py
patch
|
blob
|
history
diff --git
a/plugin/announcements/announcements.py
b/plugin/announcements/announcements.py
index
557c403
..
1191248
100644
(file)
--- a/
plugin/announcements/announcements.py
+++ b/
plugin/announcements/announcements.py
@@
-789,7
+789,7
@@
class Announcements(DBConnection):
log.info('Announcement {} should have been given at {}'.format(announcement.id, bot.iso8601(scheduled)))
if announcement.digest:
update['digest'] = announcement.digest
-
update['last_spoke'] = scheduled
+ update['last_spoke'] = scheduled
self.update_announcement(client, announcement.id, **update)
return
# Give the announcement now but set the original schedule.