mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
Fix OnionShare persistent arg
This commit is contained in:
@@ -346,7 +346,8 @@ def serve(config_path: str):
|
||||
logfile = dir_path / 'onionshare.log'
|
||||
|
||||
cmd = [
|
||||
'onionshare-cli', '--website', '--public', '--persistent',
|
||||
'onionshare-cli', '--website', '--public',
|
||||
'--persistent', str(dir_path / '.onionshare-session'),
|
||||
'--external-tor-socks-port', socks,
|
||||
'--external-tor-control-port', ctl,
|
||||
str(dir_path)
|
||||
|
Reference in New Issue
Block a user