Fix comment about meek-client.exe subprocess

This commit is contained in:
Miguel Jacq 2021-10-25 10:28:06 +11:00
parent 39d97193a3
commit 969cd2bb62

View file

@ -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(