Skip to content

Commit

Permalink
fix: Actually use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nythepegasus committed Jan 5, 2025
1 parent 2f66c67 commit 4578c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SideJITServer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def write_pairing(dir, udid):
@click.option('-T', '--timeout', default=5, help='The number of seconds to wait for the pymd3 admin tunnel')
@click.option('-v', '--verbose', default=0, count=True, help='Increase verbosity (-v for INFO, -vv for DEBUG)')
@click.option('-p', '--pair', is_flag=True, default=False, help='Alternate pairing mode, will wait to pair to 1 device')
@click.option('-f', '--file', default='./', help='Directory to output pairing file to')
@click.option('-f', '--file', default=None, help='Directory to output pairing file to')
@click.option('-t', '--tunnel', is_flag=True, default=False, help='This will not launch the tunnel task! You must manually start it')
def start_server(verbose, timeout, port, show_installed, pair, version, file, tunnel):
global devs
Expand Down

0 comments on commit 4578c9d

Please sign in to comment.