Fixed unneeded structure
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
import sys
|
||||
|
||||
|
||||
portable = getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS')
|
||||
@@ -1,9 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
import platform
|
||||
|
||||
from . import const
|
||||
|
||||
|
||||
def dir_size(start_path):
|
||||
total_size = 0
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user