moved dragnet to config file

This commit is contained in:
2022-09-02 18:28:03 -05:00
parent ff5e124a00
commit 0135f7c13b
6 changed files with 274 additions and 263 deletions

View File

@@ -43,6 +43,8 @@ class Qbt:
self.tracker_non_protected_tag = self.config["non_protected_tag"]
self.minimum_age = self.config["minimum_age"]
self.age = self.config["age"]
self.enable_dragnet = self.config["enable_dragnet"]
self.dragnet_outfile = self.config["dragnet_outfile"]
# Calling log and notify functions
torlog(self)
tornotify(self)