Skip to content

Commit

Permalink
Update to Api 0.91.1 (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbelter authored and FrostTheFox committed Feb 9, 2018
1 parent 3da4666 commit 4c0ec6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pogom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def get_args():
help=('Enables the use of X-FORWARDED-FOR headers ' +
'to identify the IP of clients connecting ' +
'through these trusted proxies.'))
parser.add_argument('--api-version', default='0.89.1',
parser.add_argument('--api-version', default='0.91.1',
help=('API version currently in use.'))
parser.add_argument('--no-file-logs',
help=('Disable logging to files. ' +
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PyMySQL==0.7.5
flask-cors==2.1.2
flask-compress==1.3.0
LatLon==1.0.1
git+https://github.com/pogodevorg/pgoapi.git@299dd7cdca75ba44e0fb435ca7e813d8fab80717#egg=pgoapi
git+https://github.com/pogodevorg/pgoapi.git@533c37af3d6607edf170aeaab611dbe6f2bde2e8#egg=pgoapi
xxhash
sphinx==1.4.5
sphinx-autobuild==0.6.0
Expand Down
3 changes: 2 additions & 1 deletion runserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ def can_start_scanning(args):
8302: 8300,
8501: 8500,
8705: 8700,
8901: 8900
8901: 8900,
9101: 9100
}
mapped_version_int = api_version_map.get(api_version_int, api_version_int)

Expand Down

0 comments on commit 4c0ec6f

Please sign in to comment.