diff --git a/app/__init__.py b/app/__init__.py index bbf92d51789ff514ab8c8856ef6a30f8465e8519..82b064aed1c8b29adb93009235532fd02f0dd243 100755 --- a/app/__init__.py +++ b/app/__init__.py @@ -482,7 +482,7 @@ def create_app(config_class=DevConfig): # il se peut que la table scodoc_site_config n'existe pas encore. pass scheduler = start_scheduler() - return app,scheduler + return app