added backup system!
This commit is contained in:
@@ -77,7 +77,6 @@ class Search:
|
||||
|
||||
payload = []
|
||||
for row in rows:
|
||||
print(row)
|
||||
city = City(Database.connection)._set_row_values(row)
|
||||
payload.append(city)
|
||||
|
||||
|
Reference in New Issue
Block a user