From 2337caa3e5662033fdbf5e40de7309b00ef9a3c8 Mon Sep 17 00:00:00 2001 From: wuaho Date: Fri, 11 Jun 2021 17:38:03 +0800 Subject: [PATCH] update --- api/api_v1/endpoints/data_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_v1/endpoints/data_auth.py b/api/api_v1/endpoints/data_auth.py index ce95c05..8c713a9 100644 --- a/api/api_v1/endpoints/data_auth.py +++ b/api/api_v1/endpoints/data_auth.py @@ -112,7 +112,7 @@ async def my_event(request: Request, 'event_name': item, 'event_desc': event_show_name.get(item, item) }) - + event_list.sort() return schemas.Msg(code=0, msg='ok', data=event_list)