From 838b27b2801958cde071833f91d6bb56b7531b22 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Fri, 18 Nov 2016 17:32:01 +0000 Subject: [PATCH] Whitespace. --- plugin/announcements/announcements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4