Change default delay to 1s

This commit is contained in:
Kevin Fronczak
2021-02-18 08:38:27 -05:00
parent b12d9ba969
commit 4e6b570cba
+1 -1
View File
@@ -265,7 +265,7 @@ class Blink:
util.json_save(self.auth.login_attributes, file_name)
def download_videos(
self, path, since=None, camera="all", stop=10, delay=2, debug=False
self, path, since=None, camera="all", stop=10, delay=1, debug=False
):
"""
Download all videos from server since specified time.