From: CMDR furrycat Date: Fri, 18 Nov 2016 17:32:01 +0000 (+0000) Subject: Whitespace. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=838b27b2801958cde071833f91d6bb56b7531b22;p=furrycat%2Fcatbot.git Whitespace. --- diff --git a/plugin/announcements/announcements.py b/plugin/announcements/announcements.py index 557c403..1191248 100644 --- 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.