This commit is contained in:
曹前明 2022-09-24 07:46:50 +08:00
parent 61bf316329
commit 4ad64f8aa5
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ def cache_areas_info():
}
area_list.append(area_dict)
cache.set('area_list', area_list, timeout=None)
return area_list
return len(area_list)