Compare commits

...

3 Commits

Author SHA1 Message Date
AAGaming 399446ba70 too bad im changing it anyway 2024-12-13 22:36:13 -05:00
Sims 7bc833cb58 This is python 2024-12-12 22:11:41 +01:00
Sims d6bfeb2762 Fix id keyerror on plugin uninstall 2024-12-12 21:20:59 +01:00
@@ -186,6 +186,7 @@ class SandboxedPlugin:
if "uninstall" in data:
self.uninstalling = data.get("uninstall")
return
d: SocketResponseDict = {"type": SocketMessageType.RESPONSE, "res": None, "success": True, "id": data["id"]}
try: