diff --git a/qlist.py b/qlist.py index 6dca844..7271df9 100644 --- a/qlist.py +++ b/qlist.py @@ -1,4 +1,3 @@ -#The second file shall contain functions to build out a list of torrents. def buildtorlist(self): """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. diff --git a/qlogging.py b/qlogging.py index 4aa5f29..74135bd 100644 --- a/qlogging.py +++ b/qlogging.py @@ -1,5 +1,3 @@ -#The third file shall contain logging and email communication. - def torlog(self): """Setting up the log file, if self.use_log is set to true and self.loglevel is DEBUG OR INFO""" if self.use_log: diff --git a/qprocess.py b/qprocess.py index c638362..ef7628a 100644 --- a/qprocess.py +++ b/qprocess.py @@ -1,4 +1,3 @@ -#The fourth file shall be logic to process torrents. def torprocessor(self): """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