Skip to content

Commit

Permalink
admit not existing info file to permit mqtt use
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Oct 25, 2024
1 parent 19cfbb1 commit f9ca6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt2bufr/mqtt2bufr.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def main(host, keepalive, port, topics, username, password, debug,
default="-",type=argparse.FileType('rb'))
parser.add_argument("-a", "--fileinfo",dest="fileinfo",
help="info file to read; require -i (default: default info.dat)",
default="info.dat",type=argparse.FileType('r'))
default="info.dat")
parser.add_argument("-r", "--roottopic",
help="root topic used when reading from file (default %(default)s)",
default="test/myuser/1212345,4512345/fixed/")
Expand Down

0 comments on commit f9ca6ca

Please sign in to comment.