Skip to content

Commit

Permalink
Refs PokemonGoF#2698 Added activate_signature() to fix headers after …
Browse files Browse the repository at this point in the history
…session re-login.
  • Loading branch information
geek-man committed Aug 7, 2016
1 parent 44d0be1 commit cb54915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pokemongo_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ def check_session(self, position):
self.api = ApiWrapper()
self.position = position
self.login()
self.api.activate_signature("encrypt.so")

@staticmethod
def is_numeric(s):
Expand Down

1 comment on commit cb54915

@rjn1995
Copy link

@rjn1995 rjn1995 commented on cb54915 Aug 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I Have done this and I still get the issue after about a hour, any ideas?

Please sign in to comment.