formatting

This commit is contained in:
Zsolt Ero
2024-01-17 01:28:32 +01:00
parent a9e3b25661
commit 18cd0096ad
5 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ def write_metadata(c, *, dir_path):
if 'openfreemap' not in metadata['attribution']:
attr_str = (
'<a href="https://openfreemap.org/" target="_blank">OpenFreeMap</a> '
'<a href="https://openfreemap.org" target="_blank">OpenFreeMap</a> '
+ metadata['attribution']
)
c.execute("UPDATE metadata SET value = ? WHERE name = 'attribution'", (attr_str,))