From 8fa649dc0603915cb38972e810479950d819b303 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 25 Aug 2014 20:49:15 +0300 Subject: [PATCH] version bump to 0.16 --- motioneye.py | 2 +- src/handlers.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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) -- 2.39.5