Fix a tor issue introduced in the latest changes

This commit is contained in:
Vadim Ushakov 2020-11-04 09:25:44 +07:00
parent 325f071329
commit 90d01e6004
2 changed files with 4 additions and 6 deletions

View file

@ -102,6 +102,7 @@ class ConnectionServer(object):
CryptConnection.manager.loadCerts()
if config.tor != "disable":
self.tor_manager.start()
self.tor_manager.startOnions()
if not self.port:
self.log.info("No port found, not binding")
return False