Skip to content

Commit

Permalink
too bad im changing it anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 authored Dec 14, 2024
1 parent 7bc833c commit 399446b
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

d: SocketResponseDict = {"type": SocketMessageType.RESPONSE, "res": None, "success": True, "id": data["id"]}
try:
Expand Down

0 comments on commit 399446b

Please sign in to comment.