delft add

This commit is contained in:
Valeria Prakopchyk 2022-10-04 20:44:46 +02:00
parent 688867250b
commit 2f38b14a71

View File

@ -37,7 +37,7 @@ class DatabaseUtils:
if not new_city.load_by_name(): if not new_city.load_by_name():
new_city.save() new_city.save()
new_city = City(Database.connection, None, "Eindhoven") new_city = City(Database.connection, None, "Delft")
if not new_city.load_by_name(): if not new_city.load_by_name():
new_city.save() new_city.save()