From: Calin Crisan Date: Wed, 18 May 2016 20:36:55 +0000 (+0300) Subject: gdrive upload service typo fix X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=cecb3571165cd5c04c04adba8a169bc3752e2178;p=motioneye-debian gdrive upload service typo fix --- 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()