]> www.vanbest.org Git - motioneye-debian/commitdiff
version bump to 0.16
authorCalin Crisan <ccrisan@gmail.com>
Mon, 25 Aug 2014 17:49:15 +0000 (20:49 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Mon, 25 Aug 2014 17:49:15 +0000 (20:49 +0300)
motioneye.py
src/handlers.py

index 386b468bb05c40acbf89663e5da5a235826ce072..a454a4a0446ff4f25c2bba84428bee7bd0bea665 100755 (executable)
@@ -29,7 +29,7 @@ import settings
 
 sys.path.append(os.path.join(getattr(settings, 'PROJECT_PATH', os.path.dirname(sys.argv[0])), 'src'))
 
-VERSION = '0.15'
+VERSION = '0.16'
 
 
 def _configure_settings():
index 55de7bafb08255573ff6e5a94168a7b874ec4294..f03b4ceb8ec77e7768c93e04cb01424e0f5377db 100644 (file)
@@ -272,8 +272,6 @@ class ConfigHandler(BaseHandler):
                 # the camera was probably disabled due to errors
 
                 if ui_config.has_key('name'):
-                    # never disable a remote camera on the remote host itself
-                    
                     def on_finish_wrapper(error=None):
                         return on_finish(error, False)