We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4287672 commit 9174715Copy full SHA for 9174715
labthings/server/quick.py
@@ -13,7 +13,7 @@ def create_app(
13
version: str = "0.0.0",
14
handle_errors: bool = True,
15
handle_cors: bool = True,
16
- flask_kwargs: dict = {},
+ flask_kwargs: dict = None,
17
):
18
"""QUick-create a LabThings-enabled Flask app
19
0 commit comments