Skip to content

Commit

Permalink
re-add safrs.DB initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Feb 14, 2023
1 parent 907e99b commit 515a2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safrs/safrs_init.py
Expand Up @@ -158,7 +158,7 @@ def api_wrapper(*args, **kwargs):
#
# DB and logging initialization
#
DB = None
DB = SQLAlchemy()

try:
DEBUG = os.getenv("DEBUG", logging.WARNING)
Expand Down

0 comments on commit 515a2ba

Please sign in to comment.