fixes-refactoring-and-views
This commit is contained in:
@@ -9,6 +9,7 @@ class SearchService:
|
||||
@staticmethod
|
||||
async def init(session):
|
||||
async with SearchService.lock:
|
||||
print('[search.service] init')
|
||||
SearchService.cache = {}
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user