diff --git a/f7/app.py b/f7/app.py index 3c7d7a1..deda10e 100644 --- a/f7/app.py +++ b/f7/app.py @@ -117,7 +117,7 @@ class _App: def thread_func(args): try: if len(args) > 0: - func(args) + func(*args) else: func() except Exception as e: