Update app.py
Browse files
app.py
CHANGED
@@ -1913,4 +1913,4 @@ def ui(v: Optional[str] = "", msg: Optional[str] = ""):
|
|
1913 |
except Exception:
|
1914 |
pass
|
1915 |
html = HTML_TEMPLATE.replace("__VID__", urllib.parse.quote(vid)).replace("__MSG__", msg)
|
1916 |
-
return HTMLResponse(content=html)
|
|
|
1913 |
except Exception:
|
1914 |
pass
|
1915 |
html = HTML_TEMPLATE.replace("__VID__", urllib.parse.quote(vid)).replace("__MSG__", msg)
|
1916 |
+
return HTMLResponse(content=html)
|