Isaac Torbett

Results 1 issues of Isaac Torbett

Example code from https://magicstack.github.io/asyncpg/current/usage.html#connection-pools Only substituting aiohttp web for japronto. Trace: ``` Traceback (most recent call last): File "main.py", line 26, in handle text="2 ^ {} is {}".format(power, result)) File...