From ba2a061eb16964f43f23d57a970ac186ef1649f2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 24 Jan 2019 09:59:58 +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 7e7ba0aa4..bb563583b 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("utf-8") sys.path.append('/usr/local/lib/python2.7/site-packages')