Skip to content

Commit

Permalink
API 0.89.1 (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alderon86 authored and sebastienvercammen committed Jan 23, 2018
1 parent d75cd4d commit 5e7278f
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 @@ -481,7 +481,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.87.5',
parser.add_argument('--api-version', default='0.89.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@4c3c1843ab1dee261721175694423b1bae9ab7ec#egg=pgoapi
git+https://github.com/pogodevorg/pgoapi.git@299dd7cdca75ba44e0fb435ca7e813d8fab80717#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 @@ -190,7 +190,8 @@ def can_start_scanning(args):
api_version_map = {
8302: 8300,
8501: 8500,
8705: 8700
8705: 8700,
8901: 8900
}
mapped_version_int = api_version_map.get(api_version_int, api_version_int)

Expand Down

0 comments on commit 5e7278f

Please sign in to comment.