AC
Size: a a a
ИВ
ИВ
ИВ
ИВ
ИВ
Z
J
МО
ИВ
@client.event
async def on_message(message):
photo_processing = Process(target=photo_processing, args=(photo_path, ))
photo_processing.start()
while not photo_processing.is_alive():
await asyncio.sleep(10)
return photo_processingИВ