mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
this is the wrong way around
This commit is contained in:
parent
490c16b01d
commit
8d376b854c
2 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue