delft add
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user