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:
0aa1908
)
Typo.
author
CMDR furrycat
<elite@furrycat.net>
Thu, 29 Sep 2016 09:54:46 +0000
(10:54 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Thu, 29 Sep 2016 09:54:46 +0000
(10:54 +0100)
bot.py
patch
|
blob
|
history
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_sinc
e = time.time()
+
last_spok
e = time.time()
break
@asyncio.coroutine