Skip to content

Commit

Permalink
fixed property
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Oct 22, 2024
1 parent d03115f commit d8d1f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def slugify(value, allow_unicode=False):
fs = get_filestore(data_url, exclude_paths=tuple(exclude_paths))

# Connect to the database
db_url = str(settings.database.db_url)
db_url = str(settings.database.url)
logger.info(f"Database URL is {db_url}")
db = Database(db_url)

Expand Down

0 comments on commit d8d1f5f

Please sign in to comment.