From a747b9505dfb3d6df87516a84648c2225f518bb9 Mon Sep 17 00:00:00 2001 From: Stephane Martin Date: Mon, 5 Sep 2016 23:19:28 +0200 Subject: [PATCH] flask 0.11 compatibility --- realms/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/realms/__init__.py b/realms/__init__.py index 373eade..7298a0e 100644 --- a/realms/__init__.py +++ b/realms/__init__.py @@ -214,7 +214,6 @@ def create_app(config=None): if app.config.get('DB_URI'): db.metadata.create_all(db.get_engine(app)) - return app # Init plugins here if possible