mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Fix comment about meek-client.exe subprocess
This commit is contained in:
parent
cf7ec0676d
commit
c81862130b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Meek(object):
|
||||||
# Start the Meek Client as a subprocess.
|
# Start the Meek Client as a subprocess.
|
||||||
|
|
||||||
if self.common.platform == "Windows":
|
if self.common.platform == "Windows":
|
||||||
# In Windows, hide console window when opening tor.exe subprocess
|
# In Windows, hide console window when opening meek-client.exe subprocess
|
||||||
startupinfo = subprocess.STARTUPINFO()
|
startupinfo = subprocess.STARTUPINFO()
|
||||||
startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
|
startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
|
||||||
self.meek_proc = subprocess.Popen(
|
self.meek_proc = subprocess.Popen(
|
||||||
|
|
Loading…
Reference in a new issue