mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Typo in comment
This commit is contained in:
parent
8f3e177d2c
commit
fd5df04d30
1 changed files with 1 additions and 1 deletions
|
|
@ -1168,7 +1168,7 @@ class DatasetteRouter:
|
|||
path = "/" + path[len(base_url) :]
|
||||
scope = dict(scope, route_path=path)
|
||||
request = Request(scope, receive)
|
||||
# Populate request_messages if ds_messages cookie is present
|
||||
# Populate request._messages if ds_messages cookie is present
|
||||
try:
|
||||
request._messages = self.ds.unsign(
|
||||
request.cookies.get("ds_messages", ""), "messages"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue