Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokeefe committed Dec 9, 2024
1 parent e200c0c commit 66f576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def main():
parser.add_argument('--folder', type=Path, required=True)
parser.add_argument('--platform-info', action='store_true')
parser.add_argument('--snr-interval', default=10,
parser.add_argument('-v', '--verbose', action='store_true')
help='Every N volumes snr should be calculated')
parser.add_argument('-v', '--verbose', action='store_true')
args = parser.parse_args()

if args.platform_info:
Expand Down

0 comments on commit 66f576e

Please sign in to comment.