fix encoding
This commit is contained in:
parent
0e431de385
commit
4ee49d6d4c
|
@ -8,4 +8,4 @@ echo "$PWD"
|
||||||
|
|
||||||
cd "$PWD" || exit 1
|
cd "$PWD" || exit 1
|
||||||
|
|
||||||
venv/bin/python kindle.py
|
PYTHONIOENCODING=utf-8:surrogateescape venv/bin/python kindle.py
|
||||||
|
|
Loading…
Reference in New Issue