From cecb3571165cd5c04c04adba8a169bc3752e2178 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 18 May 2016 23:36:55 +0300 Subject: [PATCH] gdrive upload service typo fix --- motioneye/templates/main.html | 2 +- motioneye/uploadservices.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/motioneye/templates/main.html b/motioneye/templates/main.html index a35d570..a920f3d 100644 --- a/motioneye/templates/main.html +++ b/motioneye/templates/main.html @@ -373,7 +373,7 @@ Upload Pictures - ? + ? Upload Movies diff --git a/motioneye/uploadservices.py b/motioneye/uploadservices.py index 1f268c4..1110389 100644 --- a/motioneye/uploadservices.py +++ b/motioneye/uploadservices.py @@ -593,7 +593,7 @@ def _load(): data = json.load(file) except Exception as e: - return logging.error('could not read upload services state from file "%s": %s'(file_path, e)) + return logging.error('could not read upload services state from file "%s": %s' % (file_path, e)) finally: file.close() -- 2.39.5