init-connected

This commit is contained in:
2022-11-22 01:23:16 +03:00
parent 9215facb75
commit 864cf0b0f2
4 changed files with 1038 additions and 48 deletions

View File

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