diff options
| author | marios8543 <marios8543@gmail.com> | 2023-10-18 19:38:07 +0300 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-18 19:38:07 +0300 |
| commit | feabb582b2def5ad437a57dc9600d398d32fcfab (patch) | |
| tree | 33cc3a2603177b55dbf776335254fb08a09d4464 /backend/src/plugin/sandboxed_plugin.py | |
| parent | 47e9708a209c9f48159880b90a710ea26ec09a29 (diff) | |
| download | decky-loader-feabb582b2def5ad437a57dc9600d398d32fcfab.tar.gz decky-loader-feabb582b2def5ad437a57dc9600d398d32fcfab.zip | |
run method calls asynchronously
Diffstat (limited to 'backend/src/plugin/sandboxed_plugin.py')
| -rw-r--r-- | backend/src/plugin/sandboxed_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/plugin/sandboxed_plugin.py b/backend/src/plugin/sandboxed_plugin.py index 972a535a..8540bebc 100644 --- a/backend/src/plugin/sandboxed_plugin.py +++ b/backend/src/plugin/sandboxed_plugin.py @@ -128,6 +128,6 @@ class SandboxedPlugin: async def emit_message(self, message: Dict[Any, Any]): await self._socket.write_single_line(dumps({ - "id": 0, + "id": "0", "payload": message }))
\ No newline at end of file |
