server: remove debug code causing crashes

This commit is contained in:
Koushik Dutta
2024-11-23 08:05:17 -08:00
parent 101d362260
commit dcae7ce367
2 changed files with 1 additions and 3 deletions

View File

@@ -99,7 +99,7 @@
"SCRYPTED_CLUSTER_WORKER_NAME": "Macaroni 2",
"SCRYPTED_CLUSTER_LABELS": "compute",
"SCRYPTED_CLUSTER_MODE": "client",
"SCRYPTED_CLUSTER_SERVER": "192.168.2.124",
"SCRYPTED_CLUSTER_SERVER": "192.168.2.130",
"SCRYPTED_CLUSTER_SECRET": "swordfish",
"SCRYPTED_CAN_RESTART": "true",
"SCRYPTED_VOLUME": "/Users/koush/.scrypted-cluster/volume-client",

View File

@@ -959,8 +959,6 @@ class PluginRemote:
return pluginFork
t: asyncio.Task
t.cancel()
if options:
runtime = options.get("runtime", None)
if runtime and runtime != "python":