fixing conflict

This commit is contained in:
jblu 2022-08-12 21:31:27 -05:00
parent fb70daacad
commit a224b03a7d

View File

@ -66,9 +66,6 @@ class Qbt:
# self.torrentlist = {} # self.torrentlist = {}
# Pulling all torrent data # Pulling all torrent data
self.torrentlist = self.qbt_client.torrents_info() self.torrentlist = self.qbt_client.torrents_info()
self.d = dump
self.l = load
writetor(self)
#Main process block #Main process block
if self.use_log: if self.use_log:
listqbitapiinfo(self) listqbitapiinfo(self)