Skip to content

Commit

Permalink
Update for 0.63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctem committed May 14, 2017
1 parent f6a4c29 commit f46fa8e
Show file tree
Hide file tree
Showing 290 changed files with 781 additions and 429 deletions.
2 changes: 1 addition & 1 deletion aiopogo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'aiopogo'
__version__ = '1.9.0'
__version__ = '1.9.1'
__author__ = 'David Christenson'
__license__ = 'MIT License'
__copyright__ = 'Copyright (c) 2017 David Christenson <https://github.com/Noctem>'
Expand Down
2 changes: 1 addition & 1 deletion aiopogo/hash_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def hash(self, timestamp, latitude, longitude, accuracy, authticket, sessi
# request hashes from hashing server
for attempt in range(2):
try:
async with self._session.post("http://pokehash.buddyauth.com/api/v131_0/hash", headers=headers, json=payload) as resp:
async with self._session.post("http://pokehash.buddyauth.com/api/v133_1/hash", headers=headers, json=payload) as resp:
if 400 <= resp.status:
if resp.status == 400:
response = await resp.text()
Expand Down
2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/asset_digest_entry_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/avatar/avatar_item_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/background_token_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/battle/battle_action_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/battle/battle_log_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/battle/battle_state_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/battle/battle_type_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/buddy_pokemon_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/client_version_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/download_url_entry_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/gym/gym_membership_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiopogo/protos/pogoprotos/data/gym/gym_state_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f46fa8e

Please sign in to comment.