Skip to content

Commit

Permalink
Merge pull request #1 from PokemonGoF/dev
Browse files Browse the repository at this point in the history
Merge changes
  • Loading branch information
MerlionRock authored Apr 10, 2017
2 parents bf03916 + acc74ae commit d67b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def login(self):

for version, endpoint in bossland_hash_data.items():
if endpoint == PGoAPI_hash_endpoint:
if not "1." in version and "0." in version:
if int(version[0]) != 1 and int(version[0]) == 0:
PGoAPI_hash_version.append(version)
# assuming andorid versioning is always last entry
PGoAPI_hash_version.sort(reverse=True)
Expand Down

0 comments on commit d67b4e8

Please sign in to comment.