Update qbittorrent_worker.py

This commit is contained in:
midoks 2020-07-25 13:38:40 +08:00
parent 1d6fa13a94
commit f51cc16500
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class downloadBT(Thread):
return False
def __check(self):
if not __db_err:
if self.__db_err:
sys.exit('未连接数据库!')
def __close(self):