t
Size: a a a
t
ЕП
ЕП
Т
t
S
t
t
t
S
Е
Т
S
t
S
s
t
dispatch = {"Instagram": (first, second), ...}
def first_handler(...):
text = ...
funcs = dispatch.get(text)
if funcs:
await funcs[0]
s
Т
dispatch = {"Instagram": (first, second), ...}
def first_handler(...):
text = ...
funcs = dispatch.get(text)
if funcs:
await funcs[0]
S