fix-reply-feedback

This commit is contained in:
2023-09-18 11:01:13 +03:00
parent 95071ec301
commit cb00c50ef3
3 changed files with 13 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ from api import send_document
from storage import storage, scan
import json
import logging
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
async def handle_command_graph(msg):
_usr_ids, members = scan(match="usr-*", count=100)