Typo.
authorCMDR furrycat <elite@furrycat.net>
Wed, 5 Oct 2016 10:51:57 +0000 (11:51 +0100)
committerCMDR furrycat <elite@furrycat.net>
Wed, 5 Oct 2016 10:51:57 +0000 (11:51 +0100)
db.py

diff --git a/db.py b/db.py
index 0d66847..fd8c9e5 100644 (file)
--- a/db.py
+++ b/db.py
@@ -91,7 +91,7 @@ class DBConnection(object):
     else:
       announcement = None
     self.close_db()
-    return annoucement
+    return announcement
 
   def get_announcements(self, client):
     now = self.now()