This commit is contained in:
Dain Nilsson 2023-01-12 15:22:38 +01:00
commit 5e0f316827
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -32,4 +32,8 @@ if __name__ == "__main__":
run_rpc_socket(sock)
else:
sys.stdin.reconfigure(encoding="utf-8")
sys.stdout.reconfigure(encoding="utf-8")
sys.stderr.reconfigure(encoding="utf-8")
run_rpc_pipes(sys.stdout, sys.stdin)