We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54ea35 commit 884c723Copy full SHA for 884c723
1 file changed
cyclient/config.py
@@ -7,6 +7,11 @@
7
BATCH_SIZE_ENV_VAR_NAME
8
9
10
+# set io encoding (for windows)
11
+sys.stdout.reconfigure(encoding='utf-8')
12
+sys.stderr.reconfigure(encoding='utf-8')
13
+
14
15
# logs
16
logging.basicConfig(
17
stream=sys.stdout,
0 commit comments