diff --git a/requirements.txt b/requirements.txt index 46916409c4..81d9f2f69d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ gpsoauth==0.3.0 coveralls==1.1 werkzeug==0.11.10 sqlalchemy==1.0.14 --e git+https://github.com/keyphact/pgoapi.git@39ea20d31b770dd7bc83180d60283e171090e16d#egg=pgoapi +-e git+https://github.com/pogodevorg/pgoapi.git#egg=pgoapi enum34==1.1.6 diff --git a/worker.py b/worker.py index 1580de2a52..28f471209c 100644 --- a/worker.py +++ b/worker.py @@ -84,7 +84,7 @@ def __init__( self.running = True center = self.points[0] self.api = PGoApi() - self.api.activate_signature(config.ENCRYPT_PATH) + #self.api.activate_signature(config.ENCRYPT_PATH) self.api.set_position(center[0], center[1], 100) # lat, lon, alt if hasattr(config, 'PROXIES') and config.PROXIES: self.api.set_proxy(config.PROXIES)