From fced78d6604f90d1e0dbb52bba9d83d2e5ee1ab0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 24 Jan 2019 10:06:00 +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 bb563583b..ef2e24168 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')