From 9f999c013e53e5434b82b36fcb07b5b5f6c202cb Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Mon, 8 Apr 2019 21:19:13 +0800 Subject: [PATCH] Typo Error Fix --- WebMain.py | 1 + liveDownloader.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WebMain.py b/WebMain.py index 2001edd..7643d58 100644 --- a/WebMain.py +++ b/WebMain.py @@ -76,6 +76,7 @@ def getAllStats(): "forceNotBroadcasting": Common.forceNotBroadcasting, "forceStopDownload": Common.forceStopDownload, "forceNotUpload": Common.forceNotUpload, + "forceNotEncode": Common.forceNotEncode, }, }}) diff --git a/liveDownloader.py b/liveDownloader.py index 036ea67..bdfa4ed 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -49,7 +49,7 @@ def download(url): def encode(): global isEncode - appendEncodeStatus("Encode Daemon Start") + appendEncodeStatus("Encode Daemon Starting") while True: i = encodeQueue.get() if forceNotEncode: