Add backwards compatibility
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
53ab49c661
commit
8548163d44
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user