async-fix
This commit is contained in:
parent
3773814a61
commit
bc806c6a3c
|
@ -3,7 +3,7 @@ from handlers.send_button import show_request_msg
|
||||||
from api import get_member
|
from api import get_member
|
||||||
|
|
||||||
|
|
||||||
def handle_command_ask(msg):
|
async def handle_command_ask(msg):
|
||||||
print("handling request resend")
|
print("handling request resend")
|
||||||
_cmd, chat_id, member_id = msg["text"].split(" ")
|
_cmd, chat_id, member_id = msg["text"].split(" ")
|
||||||
chat_id = chat_id.replace("-", "-100")
|
chat_id = chat_id.replace("-", "-100")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user