Switch to unicode encoding
This commit is contained in:
parent
05baceb388
commit
ea5daf8689
2
run.py
2
run.py
@ -1119,7 +1119,7 @@ def setup_client(pool):
|
||||
fprint("VM online.")
|
||||
# Windows client setup
|
||||
fprint("Running full jukebox control system...")
|
||||
jb = subprocess.Popen("ssh root@192.168.1.25 -t -- /root/jukebox-software/run.sh".split(' '), stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=1, universal_newlines=True)
|
||||
jb = subprocess.Popen("ssh root@192.168.1.25 -t -- /root/jukebox-software/run.sh".split(' '), stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=1, universal_newlines=True, encoding='utf-8')
|
||||
while True:
|
||||
if jb.poll() is not None:
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user