Skip to content

Commit

Permalink
issue with verbose arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Apr 24, 2024
1 parent f711b00 commit e7f2bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/zero_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def unix_time(self):
parser.add_argument("--add_spectrogram",
help="Add spectrogram float16 array in base 64 in"
" json file", default=False, action="store_true")
parser.add_argument("-v", "--verbose",
parser.add_argument("--verbose",
help="Print all messages", default=False, action="store_true")
args = parser.parse_args()
if not args.configuration_file:
Expand Down

0 comments on commit e7f2bd3

Please sign in to comment.