mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-07 14:38:42 +00:00
Add docs and CI/CD workflows
This commit is contained in:
@@ -164,7 +164,8 @@ def serve(config_path: str):
|
||||
logfile = os.path.join(dir_path, 'onionshare.log')
|
||||
proc = subprocess.Popen(['onionshare-cli', '--website', '--public', '--persistent', f'{dir_path}/.onionshare-session', dir_path], stdout=open(logfile, 'w'), stderr=subprocess.STDOUT)
|
||||
try:
|
||||
import time, re as _re
|
||||
import time
|
||||
import re as _re
|
||||
onion_url = None
|
||||
while onion_url is None:
|
||||
time.sleep(1)
|
||||
|
Reference in New Issue
Block a user