diff --git a/examples/aiohttp-ngrok.py b/examples/aiohttp-ngrok.py index 81aec3d0..576d7a3b 100755 --- a/examples/aiohttp-ngrok.py +++ b/examples/aiohttp-ngrok.py @@ -5,7 +5,7 @@ async def hello(request): - return web.Response(text="Hello, world") + return web.Response(text="Online in One Line") logging.basicConfig(level=logging.INFO)