(`main.py`)
'XXX' codec can't decode byte 0xXX
> Add the exact source encode at the begin of the script. For example:
>
>
>
> # -*- coding: utf-8 -*-
>
>
> Refer to <
(`main.py`)
'XXX' codec can't decode byte 0xXX
> Add the exact source encode at the begin of the script. For example:
>
>
>
> # -*- coding: utf-8 -*-
>
>
> Refer to <