Skip to content

Commit bb66f3b

Browse files
fix bug:global name 'logisticals' is not defined
1 parent 785d100 commit bb66f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def hotel_list():
6060
item["address"] = hotel[2]
6161
item["bed_nums"] = hotel[3]
6262
item["phone"] = hotel[4]
63-
logisticals.append(item)
63+
hotels.append(item)
6464
response = {
6565
"success" : True,
6666
"data" : hotel,

0 commit comments

Comments
 (0)