This commit is contained in:
ed 2021-05-13 22:58:36 +02:00
parent bd367389b0
commit 88bd2c084c
2 changed files with 13 additions and 9 deletions

2
.vscode/launch.py vendored
View file

@ -12,7 +12,7 @@ sys.path.insert(0, os.getcwd())
import jstyleson
from copyparty.__main__ import main as copyparty
with open(".vscode/launch.json", "r") as f:
with open(".vscode/launch.json", "r", encoding="utf-8") as f:
tj = f.read()
oj = jstyleson.loads(tj)