We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a179083 commit b7dd40eCopy full SHA for b7dd40e
src/jmdaemon/onionmc.py
@@ -641,7 +641,7 @@ def __init__(self,
641
self.serverport = self.hostid
642
self.tor_control_host = configdata["tor_control_host"]
643
self.tor_control_port = configdata["tor_control_port"]
644
- self.tor_control_password = configdata["tor_control_password"]
+ self.tor_control_password = configdata.get("tor_control_password")
645
self.onion_serving_host = configdata["onion_serving_host"]
646
self.onion_serving = configdata["serving"]
647
if self.onion_serving:
0 commit comments