Skip to content

Commit

Permalink
This is python
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill authored Dec 12, 2024
1 parent d6bfeb2 commit 7bc833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/decky_loader/plugin/sandboxed_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def on_new_message(self, message : str) -> str|None:

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:
Expand Down

0 comments on commit 7bc833c

Please sign in to comment.