diff --git a/README.md b/README.md index dd23185df0..49a2bbbc83 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ To ensure that all updates are documented - [@eggins](https://github.com/eggins) - [AHAAAAAAA](https://github.com/AHAAAAAAA/PokemonGo-Map) for parts of the s2sphere stuff -[![Analytics](https://ga-beacon.appspot.com/UA-81468120-1/welcome-page-master)](https://github.com/igrigorik/ga-beacon) +[![Analytics](https://ga-beacon.appspot.com/UA-81468120-1/welcome-page-new-api)](https://github.com/igrigorik/ga-beacon) diff --git a/pokemongo_bot/__init__.py b/pokemongo_bot/__init__.py index 045abd82e9..87910797a4 100644 --- a/pokemongo_bot/__init__.py +++ b/pokemongo_bot/__init__.py @@ -599,7 +599,7 @@ def _setup_api(self): # chain subrequests (methods) into one RPC call self._print_character_info() - + self.api.activate_signature("encrypt.so") self.logger.info('') self.update_inventory() # send empty map_cells and then our position diff --git a/pokemongo_bot/api_wrapper.py b/pokemongo_bot/api_wrapper.py index 324d645043..7224b0b4e4 100644 --- a/pokemongo_bot/api_wrapper.py +++ b/pokemongo_bot/api_wrapper.py @@ -21,8 +21,7 @@ def create_request(self): RequestClass = PGoApiRequest return RequestClass( - self._api_endpoint, - self._auth_provider, + self, self._position_lat, self._position_lng, self._position_alt diff --git a/requirements.txt b/requirements.txt index d8b5ce5c9f..5346ff7bc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.11.0 networkx==1.11 --e git+https://github.com/tejado/pgoapi.git@0811db23d639039f968a82e06c7aa15a0a5016b6#egg=pgoapi +-e git+https://github.com/keyphact/pgoapi.git@9c070a789029792a75be34aed408906ee3e3653f#egg=pgoapi geopy==1.11.0 protobuf==3.0.0b4 requests==2.10.0