Fix OnionShare flags

This commit is contained in:
thePR0M3TH3AN
2025-06-21 19:56:08 -04:00
parent 83a7477cf4
commit cd53e9c8f7
3 changed files with 7 additions and 5 deletions

View File

@@ -348,8 +348,7 @@ def serve(config_path: str):
cmd = [
'onionshare-cli', '--website', '--public',
'--persistent', str(dir_path / '.onionshare-session'),
'--external-tor-socks-port', socks,
'--external-tor-control-port', ctl,
'--use-running-tor',
str(dir_path)
]
proc = subprocess.Popen(cmd,