Skip to content

Commit

Permalink
fix too long line in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Oct 11, 2021
1 parent e4d6572 commit bdcbb52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smartmeter_datacollector/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def parse_arguments():
parser.add_argument(
'-c', '--config', help="File path of the configuration (.ini) file.", default="./datacollector.ini")
parser.add_argument(
'-s', '--saveconfig', help="Create default configuration (.ini) file at path defined with -c", action='store_true')
'-s', '--saveconfig', help="Create default configuration (.ini) file at path defined with -c",
action='store_true')
parser.add_argument(
'-d', '--dev', help="Development mode", action='store_true')
return parser.parse_args()
Expand Down

0 comments on commit bdcbb52

Please sign in to comment.