diff --git a/server/.vscode/launch.json b/server/.vscode/launch.json index a55e718da..5060e310b 100644 --- a/server/.vscode/launch.json +++ b/server/.vscode/launch.json @@ -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", diff --git a/server/python/plugin_remote.py b/server/python/plugin_remote.py index 0694e9b53..2041bb0df 100644 --- a/server/python/plugin_remote.py +++ b/server/python/plugin_remote.py @@ -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":