delft add
This commit is contained in:
parent
688867250b
commit
2f38b14a71
@ -37,7 +37,7 @@ class DatabaseUtils:
|
||||
if not new_city.load_by_name():
|
||||
new_city.save()
|
||||
|
||||
new_city = City(Database.connection, None, "Eindhoven")
|
||||
new_city = City(Database.connection, None, "Delft")
|
||||
if not new_city.load_by_name():
|
||||
new_city.save()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user