hook up plugin events properly

This commit is contained in:
AAGaming
2024-06-13 17:47:53 -04:00
parent 822b6bcaaa
commit 54aecee64e
7 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class PluginWrapper:
return await request.wait_for_result()
async def execute_method(self, method_name: str, args: List[Any]):
async def execute_method(self, method_name: str, *args: List[Any]):
if self.passive:
raise RuntimeError("This plugin is passive (aka does not implement main.py)")