working with test case data

This commit is contained in:
2022-08-11 21:06:37 -05:00
parent f54702ceb6
commit 06b5016b90
3 changed files with 26 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
import qbittorrentapi
import pushover
from json import load
from json import dump
from qlist import *
from qlogging import *
from qprocess import *
@@ -66,6 +67,9 @@ class Qbt:
self.torrentlist = {}
# Pulling all torrent data
self.torrentlist = self.qbt_client.torrents_info()
self.d = dump
self.l = load
writetor(self)
#Main process block
#debugpremecal(self)
if self.use_log: