mirror of
https://github.com/koush/scrypted.git
synced 2026-06-21 00:50:30 +01:00
server: remove debug code causing crashes
This commit is contained in:
2
server/.vscode/launch.json
vendored
2
server/.vscode/launch.json
vendored
@@ -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",
|
||||
|
||||
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user