From 6f3acbf0bec6bf012c5f52aee2f18059918104d9 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Tue, 22 Oct 2024 21:45:28 +0200 Subject: lock --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '__main__.py') diff --git a/__main__.py b/__main__.py index 8818205..008ceb4 100644 --- a/__main__.py +++ b/__main__.py @@ -51,7 +51,7 @@ def main(): } print(result_dict) handler = getattr(globals()[result_dict["domain"]], result_dict["intent"]) - handler(result_dict) + handler(result_dict, config) else: print("") except KeyboardInterrupt: -- cgit v1.2.3-70-g09d2