logs-fix
All checks were successful
deploy / deploy (push) Successful in 2m5s

This commit is contained in:
2023-11-24 04:53:30 +03:00
parent 167eed436d
commit 4e7250acef
5 changed files with 21 additions and 23 deletions

View File

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