progress removing onionr.py
This commit is contained in:
parent
cbe10f914a
commit
6bf8bb1db6
4 changed files with 9 additions and 9 deletions
|
@ -41,7 +41,6 @@ class PrivateAPI:
|
|||
This also saves the used host (random localhost IP address) to the data folder in host.txt
|
||||
'''
|
||||
self.config = config
|
||||
self.serializer = serializeddata.SerializedData()
|
||||
self.startTime = epoch.get_epoch()
|
||||
app = flask.Flask(__name__)
|
||||
bindPort = int(config.get('client.client.port', 59496))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue