removed some comments
This commit is contained in:
parent
78d738a27c
commit
2015c0a60d
1
qlist.py
1
qlist.py
@ -1,4 +1,3 @@
|
|||||||
#The second file shall contain functions to build out a list of torrents.
|
|
||||||
def buildtorlist(self):
|
def buildtorlist(self):
|
||||||
"""Builds multiple lists of torrents to be sorted. Also adds tags to the torents.
|
"""Builds multiple lists of torrents to be sorted. Also adds tags to the torents.
|
||||||
There are more effecient ways of doing things but I did this rather quickly.
|
There are more effecient ways of doing things but I did this rather quickly.
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#The third file shall contain logging and email communication.
|
|
||||||
|
|
||||||
def torlog(self):
|
def torlog(self):
|
||||||
"""Setting up the log file, if self.use_log is set to true and self.loglevel is DEBUG OR INFO"""
|
"""Setting up the log file, if self.use_log is set to true and self.loglevel is DEBUG OR INFO"""
|
||||||
if self.use_log:
|
if self.use_log:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#The fourth file shall be logic to process torrents.
|
|
||||||
def torprocessor(self):
|
def torprocessor(self):
|
||||||
"""Main logic to sort through both self.tracker_nonprotected_list and self.tracker_protected_list
|
"""Main logic to sort through both self.tracker_nonprotected_list and self.tracker_protected_list
|
||||||
If torrent meets criteria for deletion, its infohash_v1 will be appended to self.torrent_hash_delete_list
|
If torrent meets criteria for deletion, its infohash_v1 will be appended to self.torrent_hash_delete_list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user