fix typo
This commit is contained in:
parent
5d2a19bc61
commit
bef2beb5c7
@ -65,7 +65,7 @@ def load_data_into_database(cursor, data):
|
||||
"data_source_link": None
|
||||
}
|
||||
if "Hackney" in entry["application_id"]:
|
||||
entry["application_url"] != None:
|
||||
if entry["application_url"] != None:
|
||||
if "https://" not in entry["application_url"]:
|
||||
entry["application_url"] = "https://developmentandhousing.hackney.gov.uk" + entry["application_url"]
|
||||
insert_entry(cursor, entry)
|
||||
|
Loading…
Reference in New Issue
Block a user