mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fix race
This commit is contained in:
parent
5534c78c17
commit
fbe656957d
4 changed files with 49 additions and 23 deletions
4
.vscode/launch.py
vendored
4
.vscode/launch.py
vendored
|
@ -6,10 +6,14 @@
|
|||
import re
|
||||
import os
|
||||
import sys
|
||||
|
||||
print(sys.executable)
|
||||
|
||||
import shlex
|
||||
import jstyleson
|
||||
import subprocess as sp
|
||||
|
||||
|
||||
with open(".vscode/launch.json", "r", encoding="utf-8") as f:
|
||||
tj = f.read()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue