From 2f38b14a71e2e588e82fc61528e2c2fe021f1054 Mon Sep 17 00:00:00 2001 From: Valeria Prakopchyk Date: Tue, 4 Oct 2022 20:44:46 +0200 Subject: [PATCH] delft add --- models/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/utils.py b/models/utils.py index 59a5e92..afc6901 100644 --- a/models/utils.py +++ b/models/utils.py @@ -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()