Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Mar 23, 2013
1 parent ba5a88b commit 94cdb19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion werobot/robot.py
Expand Up @@ -12,7 +12,10 @@
class WeRoBot(object):
def __init__(self, token):
self._handlers = {
"hello": [],
"subscribe": [],
"unsubscribe": [],
"click": [],
"link": [],
"text": [],
"image": [],
"location": [],
Expand Down

0 comments on commit 94cdb19

Please sign in to comment.