Skip to content

Commit

Permalink
Don't need provide the lib location by self. Pgoapi handle.
Browse files Browse the repository at this point in the history
  • Loading branch information
solderzzc committed Nov 13, 2016
1 parent 71e1f26 commit 84670c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemongo_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ def check_session(self, position):
self.api = ApiWrapper(config=self.config)
self.api.set_position(*position)
self.login()
self.api.set_signature_lib(self.get_encryption_lib())
self.api.set_hash_lib(self.get_hash_lib())
#self.api.set_signature_lib(self.get_encryption_lib())
#self.api.set_hash_lib(self.get_hash_lib())

def login(self):
self.event_manager.emit(
Expand Down

0 comments on commit 84670c6

Please sign in to comment.