diff options
| author | AAGaming <aagaming@riseup.net> | 2024-12-13 22:36:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 22:36:13 -0500 |
| commit | 399446ba70b0f1544df56695bb387a248ee0209a (patch) | |
| tree | 13738c28d6ae506aa196e3d5f7fb380e64bf8965 | |
| parent | 7bc833cb58d4f50674e91f52fef4e987ee5041c4 (diff) | |
| download | decky-loader-sims/fix-uninstall-id-keyerror.tar.gz decky-loader-sims/fix-uninstall-id-keyerror.zip | |
too bad im changing it anywaysims/fix-uninstall-id-keyerror
| -rw-r--r-- | backend/decky_loader/plugin/sandboxed_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/decky_loader/plugin/sandboxed_plugin.py b/backend/decky_loader/plugin/sandboxed_plugin.py index 683902f0..7d88719f 100644 --- a/backend/decky_loader/plugin/sandboxed_plugin.py +++ b/backend/decky_loader/plugin/sandboxed_plugin.py @@ -186,7 +186,7 @@ class SandboxedPlugin: if "uninstall" in data: self.uninstalling = data.get("uninstall") - return None + return d: SocketResponseDict = {"type": SocketMessageType.RESPONSE, "res": None, "success": True, "id": data["id"]} try: |
