This commit is contained in:
Nick Leeman 2022-10-04 20:53:47 +02:00
commit dac0fea952

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()