From: Calin Crisan Date: Mon, 25 Aug 2014 17:49:15 +0000 (+0300) Subject: version bump to 0.16 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=8fa649dc0603915cb38972e810479950d819b303;p=motioneye-debian version bump to 0.16 --- diff --git a/motioneye.py b/motioneye.py index 386b468..a454a4a 100755 --- a/motioneye.py +++ b/motioneye.py @@ -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(): diff --git a/src/handlers.py b/src/handlers.py index 55de7ba..f03b4ce 100644 --- a/src/handlers.py +++ b/src/handlers.py @@ -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)