Update qbittorrent_worker.py
This commit is contained in:
parent
1d6fa13a94
commit
f51cc16500
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue