Fixed unneeded structure

This commit is contained in:
BarsTiger
2023-06-26 12:49:01 +03:00
parent 3a68723877
commit a545028d45
3 changed files with 1 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ class Onion(object):
self.tor_data_directory = None
self.tor_path = dirs.get_tor_paths()
self.tor_proc = None
# noinspection PyTypeChecker
self.c: Controller = None
self.connected_to_tor = False
self.auth_string = None