Set up HS for global at startup

This commit is contained in:
shortcutme 2018-03-14 22:32:49 +01:00
parent 4083e552fd
commit 89beb12d59
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -205,6 +205,7 @@ class TorManager(object):
if self.enabled:
self.log.debug("Start onions")
self.start_onions = True
self.getOnion("global")
# Get new exit node ip
def resetCircuits(self):