This commit is contained in:
2022-07-22 17:24:27 -05:00
parent 1519d064be
commit 582211adb7
3 changed files with 15 additions and 22 deletions

View File

@@ -61,6 +61,7 @@ class Qbt:
listqbitapiinfo(self)
listfirsttor(self)
buildtorlist(self)
#tordeletetags(self)
if self.use_log:
torrentcount(self)
torprocessor(self)
@@ -68,8 +69,8 @@ class Qbt:
printprocessor(self)
if self.use_pushover:
tornotifysummary(self)
tordelete(self)
#tordelete(self)
# Run
if __name__== "__main__":
Qbt()