mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 10:16:42 +00:00
Fix tag-auth param in sist2-admin #337
This commit is contained in:
parent
20adcce4a9
commit
2805fd509f
@ -63,7 +63,7 @@ class WebOptions(BaseModel):
|
|||||||
if self.auth:
|
if self.auth:
|
||||||
args.append(f"--auth={self.auth}")
|
args.append(f"--auth={self.auth}")
|
||||||
if self.tag_auth:
|
if self.tag_auth:
|
||||||
args.append(f"--tag_auth={self.tag_auth}")
|
args.append(f"--tag-auth={self.tag_auth}")
|
||||||
if self.dev:
|
if self.dev:
|
||||||
args.append(f"--dev")
|
args.append(f"--dev")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user