This commit is contained in:
2023-10-06 01:12:34 +03:00
parent 720d8a4a68
commit 78a3354d5f
4 changed files with 13 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ class SearchService:
@staticmethod
async def init(session):
async with SearchService.lock:
print("[search.service] did nothing")
print("[search] did nothing")
SearchService.cache = {}
@staticmethod