diff --git a/camtiler.py b/camtiler.py index 9dfe8b9..f9af550 100755 --- a/camtiler.py +++ b/camtiler.py @@ -1,5 +1,4 @@ #!/usr/bin/python3 - import aiohttp import asyncio import cv2 @@ -172,6 +171,7 @@ async def client(name, url): @app.route("/tiled") +@app.route("/m/tiled") async def stream_wrapper(request): async def stream_tiled(response): while True: