2つのaiohttp.web.Application()オブジェクトを同じプロセスで実行することができますか?別のポートにありますか?複数web.Applications()を同時に実行するように設定することができますいくつかの同等のあります場合、私は思ったんだけど from aiohttp import web
app = web.Application()
app.router.add_g
async def start(channel):
while True:
m = await client.send_message(channel, "Generating... ")
generator.makeFile()
with open('tmp.png', 'rb') as f:
await client.send_fil