mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 21:48:35 +03:00
Format and lint web directory (#67)
This commit is contained in:
@@ -14,9 +14,7 @@ config.set_main_option("sqlalchemy.url", get_settings().DATABASE_PATH)
|
||||
# This line sets up loggers basically.
|
||||
if config.config_file_name is not None:
|
||||
# disable_existing_loggers prevents loguru disabling
|
||||
fileConfig(
|
||||
config.config_file_name, disable_existing_loggers=False
|
||||
)
|
||||
fileConfig(config.config_file_name, disable_existing_loggers=False)
|
||||
|
||||
# add your model's MetaData object here
|
||||
# for 'autogenerate' support
|
||||
|
||||
Reference in New Issue
Block a user