This commit is contained in:
callebtc
2022-10-30 01:36:00 +02:00
parent 0b8c3b166c
commit 60f30f070a

View File

@@ -45,6 +45,7 @@ class TorProxy:
cmd = ["timeout", f"{self.keep_alive}"] + cmd
self.tor_proc = subprocess.Popen(
cmd,
cwd=os.path.dirname(self.tor_path()),
shell=False,
close_fds=True,
stdout=subprocess.PIPE,