]> www.vanbest.org Git - motioneye-debian/commitdiff
typo fix
authorCalin Crisan <ccrisan@gmail.com>
Sat, 19 Oct 2013 13:31:53 +0000 (16:31 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sat, 19 Oct 2013 13:31:53 +0000 (16:31 +0300)
settings_default.py
src/handlers.py

index 27dab88bf75aad0a403ff8e8dd25f2ed2ed13011..be5c83d1e9c72d3277321c99d5bd1496d8566006 100644 (file)
@@ -21,3 +21,4 @@ PORT = 8765
 
 MOTION_CHECK_INTERVAL = 10
 CLEANUP_INTERVAL = 43200
+REMOTE_REQUEST_TIMEOUT = 5
index 501cf98c3d749914d2792bfa1d53a80ba69b6e7b..d3e837124d3a43838b7acdd05d9b373d14d6ee53 100644 (file)
@@ -693,7 +693,7 @@ class ConfigHandler(BaseHandler):
             'custom_right_text': '',
             
             # streaming
-            'vudeo_streaming': not data.get('webcam_localhost'),
+            'video_streaming': not data.get('webcam_localhost'),
             'streaming_port': int(data.get('webcam_port')),
             'streaming_framerate': int(data.get('webcam_maxrate')),
             'streaming_quality': int(data.get('webcam_quality')),