Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom port specification for replay #761

Merged
merged 4 commits into from
Apr 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rm unused var 'port'
machawk1 committed Apr 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e488089a43b03473c0f4704d400a17eb5f49bb5c
1 change: 0 additions & 1 deletion ipwb/__main__.py
Original file line number Diff line number Diff line change
@@ -58,7 +58,6 @@ def check_args_replay(args):
print(f'Proxying to {args.proxy}')
proxy = args.proxy

port = replay.IPWBREPLAY_PORT
if hasattr(args, 'port') and args.port is not None:
machawk1 marked this conversation as resolved.
Show resolved Hide resolved
print(f'Using custom port {args.port} for replay.')
util.set_ipwb_replay_config_portonly(args.port)