From d84f1162556e1703d71a203cc2985d61bafea32e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 6 May 2020 17:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DcreateAsyncTask=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=A7=A3=E6=9E=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f7/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: