Skip to content

Commit

Permalink
0.91.2 (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostTheFox committed Mar 1, 2018
1 parent 0487f60 commit 4f01c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.91.1',
parser.add_argument('--api-version', default='0.91.2',
help=('API version currently in use.'))
parser.add_argument('--no-file-logs',
help=('Disable logging to files. ' +
Expand Down
3 changes: 2 additions & 1 deletion runserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def can_start_scanning(args):
8501: 8500,
8705: 8700,
8901: 8900,
9101: 9100
9101: 9100,
9102: 9100
}
mapped_version_int = api_version_map.get(api_version_int, api_version_int)

Expand Down

0 comments on commit 4f01c9b

Please sign in to comment.