From 8548163d44821524ac0c19d261915d446bf3f15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 25 Jan 2023 09:41:35 +0200 Subject: [PATCH] Add backwards compatibility --- camtiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: