mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
v1.2.2
This commit is contained in:
parent
f3e8308718
commit
ec4daacf9e
9 changed files with 51 additions and 16 deletions
|
@ -17,13 +17,14 @@ from copyparty import util
|
|||
|
||||
class Cfg(Namespace):
|
||||
def __init__(self, a=None, v=None, c=None):
|
||||
ex = "nw e2d e2ds e2dsa e2t e2ts e2tsr no_logues no_readme no_acode"
|
||||
ex = "nw e2d e2ds e2dsa e2t e2ts e2tsr no_logues no_readme no_acode force_js no_robots"
|
||||
ex = {k: False for k in ex.split()}
|
||||
ex2 = {
|
||||
"mtp": [],
|
||||
"mte": "a",
|
||||
"mth": "",
|
||||
"doctitle": "",
|
||||
"html_head": "",
|
||||
"hist": None,
|
||||
"no_idx": None,
|
||||
"no_hash": None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue