Fix comment about meek-client.exe subprocess

This commit is contained in:
Miguel Jacq 2021-10-25 10:28:06 +11:00
parent cf7ec0676d
commit c81862130b
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -74,7 +74,7 @@ class Meek(object):
# Start the Meek Client as a subprocess.
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.dwFlags |= subprocess.STARTF_USESHOWWINDOW
self.meek_proc = subprocess.Popen(