changed some logging stuff

This commit is contained in:
2022-07-14 21:37:45 -05:00
parent e624236586
commit 419358a090
2 changed files with 13 additions and 5 deletions

View File

@@ -43,7 +43,10 @@ class Qbt:
self.tl.exception(e)
self.torrentlist = {}
self.torrentlist = self.qbt_client.torrents_info()
listqbitapiinfo(self)
listfirsttor(self)
buildtorlist(self)
torrentcount(self)
torprocessor(self)
printprocessor(self)
tordelete(self)