You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.10/site-packages/starlette/templating.py:178: DeprecationWarning: The name is not the first parameter anymore. The first parameter should be the Request instance.
Replace TemplateResponse(name, {"request": request}) by TemplateResponse(request, name).
The text was updated successfully, but these errors were encountered:
/usr/local/lib/python3.10/site-packages/starlette/templating.py:178: DeprecationWarning: The
name
is not the first parameter anymore. The first parameter should be theRequest
instance.Replace
TemplateResponse(name, {"request": request})
byTemplateResponse(request, name)
.The text was updated successfully, but these errors were encountered: