work on sockets
This commit is contained in:
parent
70e2ccbc0a
commit
ad3d7940f5
5 changed files with 52 additions and 27 deletions
|
@ -50,6 +50,9 @@ class Core:
|
|||
self.dbCreate = dbcreator.DBCreator(self)
|
||||
self.forwardKeysFile = 'data/forward-keys.db'
|
||||
|
||||
self.killSockets = False
|
||||
self.startSocket = {}
|
||||
|
||||
self.usageFile = 'data/disk-usage.txt'
|
||||
self.config = config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue