From c81862130ba0969228fa61a3aaf9612ff8424971 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 25 Oct 2021 10:28:06 +1100 Subject: [PATCH] Fix comment about meek-client.exe subprocess --- cli/onionshare_cli/meek.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/onionshare_cli/meek.py b/cli/onionshare_cli/meek.py index 4fc42756..482deedd 100644 --- a/cli/onionshare_cli/meek.py +++ b/cli/onionshare_cli/meek.py @@ -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(