diff options
| author | Sims <38142618+suchmememanyskill@users.noreply.github.com> | 2024-12-12 22:11:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 22:11:41 +0100 |
| commit | 7bc833cb58d4f50674e91f52fef4e987ee5041c4 (patch) | |
| tree | 01e1dff58a0b4efedf53f5172a9d6f67dd0c7f35 | |
| parent | d6bfeb27620853a3ed35633df54b15c09e46111b (diff) | |
| download | decky-loader-7bc833cb58d4f50674e91f52fef4e987ee5041c4.tar.gz decky-loader-7bc833cb58d4f50674e91f52fef4e987ee5041c4.zip | |
This is python
| -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 20549500..683902f0 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 None d: SocketResponseDict = {"type": SocketMessageType.RESPONSE, "res": None, "success": True, "id": data["id"]} try: |
