We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785d100 commit bb66f3bCopy full SHA for bb66f3b
utils.py
@@ -60,7 +60,7 @@ def hotel_list():
60
item["address"] = hotel[2]
61
item["bed_nums"] = hotel[3]
62
item["phone"] = hotel[4]
63
- logisticals.append(item)
+ hotels.append(item)
64
response = {
65
"success" : True,
66
"data" : hotel,
0 commit comments