mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
misc
This commit is contained in:
parent
bd367389b0
commit
88bd2c084c
2 changed files with 13 additions and 9 deletions
2
.vscode/launch.py
vendored
2
.vscode/launch.py
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue