mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-01 12:16:26 +00:00
wip: searcher
This commit is contained in:
6
src/arcaea_offline/utils/search_title.py
Normal file
6
src/arcaea_offline/utils/search_title.py
Normal file
@ -0,0 +1,6 @@
|
||||
import json
|
||||
from typing import List, Optional
|
||||
|
||||
|
||||
def recover_search_title(db_value: Optional[str]) -> List[str]:
|
||||
return json.loads(db_value) if db_value else []
|
Reference in New Issue
Block a user