Spaces:
Runtime error
Runtime error
Update appStore/multiapp.py
Browse files- appStore/multiapp.py +1 -1
appStore/multiapp.py
CHANGED
@@ -48,6 +48,6 @@ class MultiApp:
|
|
48 |
'Pages',
|
49 |
self.apps,
|
50 |
format_func=lambda app: app['title'])
|
51 |
-
|
52 |
|
53 |
app['function']()
|
|
|
48 |
'Pages',
|
49 |
self.apps,
|
50 |
format_func=lambda app: app['title'])
|
51 |
+
|
52 |
|
53 |
app['function']()
|