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