Skip to content

Commit

Permalink
Pass bot flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Jun 23, 2019
1 parent d8e64f1 commit d961cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typetalk/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, loop=None, token=None, run_async=False, is_bot=False):
self.__session = None # filled in static_login
self._locks = weakref.WeakValueDictionary()
self.token = token
self.is_bot = False
self.is_bot = is_bot

self.user_agent = 'typetalk-py'

Expand Down

0 comments on commit d961cdd

Please sign in to comment.