Typo.
authorCMDR furrycat <elite@furrycat.net>
Thu, 29 Sep 2016 09:54:46 +0000 (10:54 +0100)
committerCMDR furrycat <elite@furrycat.net>
Thu, 29 Sep 2016 09:54:46 +0000 (10:54 +0100)
bot.py

diff --git a/bot.py b/bot.py
index 22c08d6..20c38cb 100755 (executable)
--- a/bot.py
+++ b/bot.py
@@ -114,7 +114,7 @@ def wake_up(force = False):
       log.info('Waking up...')
       yield from set_avatar('avatar_online.png')
       yield from set_idle(False)
-    awake_since = time.time()
+    last_spoke = time.time()
     break
 
 @asyncio.coroutine