From a224b03a7dfb0f5d1cb35f8645aec8d20ee39aba Mon Sep 17 00:00:00 2001 From: jblu Date: Fri, 12 Aug 2022 21:31:27 -0500 Subject: [PATCH] fixing conflict --- qbit-maid.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qbit-maid.py b/qbit-maid.py index 409ac7f..85ad5b5 100644 --- a/qbit-maid.py +++ b/qbit-maid.py @@ -66,9 +66,6 @@ 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 if self.use_log: listqbitapiinfo(self)