Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKitoInc committed Jun 2, 2024
1 parent 0864f37 commit fdeb145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

parser = argparse.ArgumentParser(description='ZKDevice Proxy Service')
parser.add_argument('host', help='Device Hostname / IP Address')
parser.add_argument('URL', help='API URL')
parser.add_argument('--port', help='Device port', type=int, default=4370)
parser.add_argument('--timeout', help='Connection timeout',
type=int, default=5)
Expand Down

0 comments on commit fdeb145

Please sign in to comment.