Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
0.57.4
Browse files Browse the repository at this point in the history
same hashing as 0.57.2 & 0.57.3
  • Loading branch information
ZeChrales authored Mar 7, 2017
1 parent e0a2e28 commit cf158ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgoapi/hash_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class HashServer(HashEngine):
_session.mount('https://', _adapter)
_session.verify = True
_session.headers.update({'User-Agent': 'Python pgoapi @pogodev'})
endpoint = "https://pokehash.buddyauth.com/api/v127_3/hash"
endpoint = "https://pokehash.buddyauth.com/api/v127_4/hash"
status = {}

def __init__(self, auth_token):
Expand Down

0 comments on commit cf158ee

Please sign in to comment.