Skip to content

Commit

Permalink
fix the mqtt port arg type to int
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Sep 8, 2024
1 parent 2491573 commit 1d97be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker2mqtt/docker2mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ def main() -> None:
parser.add_argument(
"--port",
default=MQTT_PORT_DEFAULT,
type=int,
help="Port or IP address of the MQTT broker (default: 1883)",
)
parser.add_argument(
Expand Down

0 comments on commit 1d97be7

Please sign in to comment.