Skip to content

Commit

Permalink
Fixed undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Jun 23, 2019
1 parent ae98fc0 commit d1f0e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typetalk/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ def __init__(self, token=None, run_async=False):
super().__init__(token=token, run_async=run_async)
self.is_bot = True
self.run_async = run_async
self.http.simple_login

0 comments on commit d1f0e25

Please sign in to comment.