Merge branch 'main' of https://git.aterve.com/Frozenverse/ANALYSE-8
This commit is contained in:
commit
dac0fea952
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user