Skip to content

Commit

Permalink
Fix error when using from cli (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phhere authored Oct 27, 2023
1 parent 7b5adb4 commit 3df0439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocspchecker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"--port",
"-p",
metavar="port",
type=str,
type=int,
required=False,
default="443",
default=443,
help="The port to test (default is 443)",
)

Expand Down

0 comments on commit 3df0439

Please sign in to comment.