mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
This is python
This commit is contained in:
@@ -186,7 +186,7 @@ class SandboxedPlugin:
|
|||||||
|
|
||||||
if "uninstall" in data:
|
if "uninstall" in data:
|
||||||
self.uninstalling = data.get("uninstall")
|
self.uninstalling = data.get("uninstall")
|
||||||
return None;
|
return None
|
||||||
|
|
||||||
d: SocketResponseDict = {"type": SocketMessageType.RESPONSE, "res": None, "success": True, "id": data["id"]}
|
d: SocketResponseDict = {"type": SocketMessageType.RESPONSE, "res": None, "success": True, "id": data["id"]}
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user