From a7126f70bc4e90159cb4fe6f623eb7154fddabb3 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 7 Feb 2019 19:25:55 +0800 Subject: [PATCH] Update qbittorrent_worker.py --- plugins/qbittorrent/workers/qbittorrent_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index c83ceb861..3017afe99 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -21,7 +21,7 @@ from threading import Timer, Thread from time import sleep reload(sys) -sys.setdefaultencoding("utf-8") +sys.setdefaultencoding("utf8") sys.path.append('/usr/local/lib/python2.7/site-packages')