mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 06:55:09 -04:00
Fix for meek to working in snapcraft
This commit is contained in:
parent
43e5d21731
commit
aecb7bef93
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ class Meek(object):
|
||||||
stderr=subprocess.PIPE,
|
stderr=subprocess.PIPE,
|
||||||
bufsize=1,
|
bufsize=1,
|
||||||
env=self.meek_env,
|
env=self.meek_env,
|
||||||
text=True,
|
# Using universal_newlines instead of text because the snap package using python < 3.7
|
||||||
|
universal_newlines=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Queue up the stdout from the subprocess for polling later
|
# Queue up the stdout from the subprocess for polling later
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue