Skip to content

Commit

Permalink
change default loop interval (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Mar 21, 2022
1 parent 7faa0ce commit 87bbcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroengine/pi_utils/pi_zeros/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Runner:

logger = logging.getLogger(__name__)
CAPTURE_DELAY = 3
LOOP_INTERVAL = 3
LOOP_INTERVAL = 30

def __init__(self, webserver_url):
"""Initialize parameters for Runner."""
Expand Down

0 comments on commit 87bbcc4

Please sign in to comment.