cleanup: remove unused imports and dead code

This commit is contained in:
Username
2025-12-26 19:34:23 +01:00
parent a20b5525f0
commit adbe20dae3
3 changed files with 0 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ class Config(ComboParser):
self.torhosts = [ str(i).strip() for i in self.common.tor_hosts.split(',') ]
# threads config = per-host value, multiply by Tor host count
self.watchd.threads = self.watchd.threads * len(self.torhosts)
#with open('servers.txt', 'r') as handle:
with open(self.watchd.source_file, 'r') as handle:
self.servers = [x.strip() for x in handle.readlines() if len(x.strip()) > 0]
# Parse checktypes as comma-separated list