From df3744f501b0c2bd930c5642a6af16e6741ea015 Mon Sep 17 00:00:00 2001 From: taokuizu Date: Sat, 15 Jul 2023 21:08:47 +0800 Subject: [PATCH] fix Non-UTF-8 code starting with \xe5 (#849) --- api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api.py b/api.py index 70dccc8..d6e48d6 100644 --- a/api.py +++ b/api.py @@ -1,3 +1,4 @@ +#encoding:utf-8 import argparse import json import os