this is the wrong way around

This commit is contained in:
ed 2023-07-23 14:10:23 +00:00
parent 490c16b01d
commit 8d376b854c
2 changed files with 4 additions and 4 deletions

View file

@ -3911,7 +3911,6 @@ class HttpCli(object):
doc = self.uparam.get("doc") if self.can_read else None
if doc:
doc = unquotep(doc.replace("+", " ").split("?")[0])
j2a["docname"] = doc
doctxt = None
if next((x for x in files if x["name"] == doc), None):