From: Calin Crisan Date: Thu, 8 Jun 2017 19:46:34 +0000 (+0300) Subject: add support for uploading to ftp server X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=296c29714ce2ab8deb0c9461b074ef39493b770a;p=motioneye-debian add support for uploading to ftp server --- diff --git a/motioneye/mjpgclient.py b/motioneye/mjpgclient.py index ecd4a05..dc9c656 100644 --- a/motioneye/mjpgclient.py +++ b/motioneye/mjpgclient.py @@ -279,8 +279,6 @@ def close_all(invalidate=False): def _garbage_collector(): - logging.debug('running garbage collector for mjpg clients...') - io_loop = IOLoop.instance() io_loop.add_timeout(datetime.timedelta(seconds=settings.MJPG_CLIENT_TIMEOUT), _garbage_collector) diff --git a/motioneye/templates/main.html b/motioneye/templates/main.html index 5292ae2..085ac74 100644 --- a/motioneye/templates/main.html +++ b/motioneye/templates/main.html @@ -423,7 +423,7 @@ Upload Service