Skip to content

Commit

Permalink
fix: type issue with '--mqtt-qos'
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Jul 11, 2024
1 parent 426c980 commit e22d2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modpoll/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def get_parser():
parser.add_argument(
"--mqtt-qos",
choices=[0, 1, 2],
type=int,
default=0,
help="MQTT QoS value. Defaults to 0",
)
Expand Down

0 comments on commit e22d2c7

Please sign in to comment.