Skip to content

Commit

Permalink
fix period (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen authored Feb 10, 2025
1 parent 5e223a3 commit 5beb84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main(args):
parser.add_argument("--send_alerts", type=bool, default=True, help="Save all captured frames locally")

# Time config
parser.add_argument("--period", type=int, default=5, help="Number of seconds between each camera stream analysis")
parser.add_argument("--period", type=int, default=30, help="Number of seconds between each camera stream analysis")
args = parser.parse_args()

main(args)

0 comments on commit 5beb84c

Please sign in to comment.