From 29fea56bbf651d5c91d4495d7b4155ede810e016 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Mon, 4 Apr 2022 23:07:26 +0200 Subject: [PATCH] Try to fix database problems --- api/app/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/app/__init__.py b/api/app/__init__.py index c62e70c..89e8bb5 100644 --- a/api/app/__init__.py +++ b/api/app/__init__.py @@ -23,8 +23,6 @@ def create_app(config_filename=None): CORS(application, resources={r"*": {"origins": "*"}}) - application.app_context().push() - db.init_app(application) # api blueprints