From dd8b7ed528d26cbb72c60b09d3a10470a1fb8852 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 25 Oct 2021 21:29:42 -0600 Subject: [PATCH] typo --- flaskfdx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaskfdx/__init__.py b/flaskfdx/__init__.py index 5c19313..c50d28c 100644 --- a/flaskfdx/__init__.py +++ b/flaskfdx/__init__.py @@ -8,7 +8,7 @@ def create_app(test_config=None): app.config.from_mapping( SECRET_KEY='dev', DATABASE=os.path.join(app.instance_path, 'flaskfdx.sqlite'), - UPLOAD_FOLDER=os.path.join(app.instance_path, 'archive', + UPLOAD_FOLDER=os.path.join(app.instance_path, 'archive',) ) if test_config is None: