From fb031f240a6e26b6776a352d0796d289f08a5078 Mon Sep 17 00:00:00 2001 From: PartyWumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:05:16 +0100 Subject: small cleanup --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 17f1b15..65a10da 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,8 @@ class Plugin: async def long_running(self): await asyncio.sleep(15) - await decky.emit("test_event", "Hello from the backend!", True, 2) + # Passing through a bunch of random data, just as an example + await decky.emit("timer_event", "Hello from the backend!", True, 2) # Asyncio-compatible long-running code, executed in a task when the plugin is loaded async def _main(self): -- cgit v1.2.3