From dcae7ce36794b8ff30aa289d72034d3e7638af9e Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 23 Nov 2024 08:05:17 -0800 Subject: [PATCH] server: remove debug code causing crashes --- server/.vscode/launch.json | 2 +- server/python/plugin_remote.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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":