Files
Auto_Bangumi/.vscode/settings.json
Sean 86f77641ea refactor and minor bug fix
- use logging module instead of print
- format by black
- use utf-8 as default encoding on log and file operate
- fix use undefined var
2022-06-02 07:00:26 +08:00

3 lines
45 B
JSON

{
"python.formatting.provider": "black"
}