VLC updates, and some infra bugs fix

This commit is contained in:
Timothyxxx
2024-01-09 09:30:11 +08:00
parent 2b09b7ce41
commit fa84b20ea5
13 changed files with 278 additions and 71 deletions

View File

@@ -201,7 +201,7 @@ class SetupController:
def _launch_setup(self, command: List[str]):
if not command:
raise Exception("Empty comman to launch.")
raise Exception("Empty command to launch.")
payload = json.dumps({"command": command})
headers = {"Content-Type": "application/json"}