mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Merge PR #902.
This commit is contained in:
commit
5e0f316827
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user