added check for blank tracker

This commit is contained in:
2022-07-15 20:33:51 -05:00
parent 976e36316c
commit 622dedcd44
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class Qbt:
self.torrentlist = {}
self.torrentlist = self.qbt_client.torrents_info()
listqbitapiinfo(self)
listfirsttor(self)
#listfirsttor(self)
buildtorlist(self)
torrentcount(self)
torprocessor(self)