typo: transposed characters
This commit is contained in:
parent
c918138312
commit
55d133394d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def list_new(group_id: Optional[int] = None) -> ResponseReturnValue:
|
|||
list_ = MirrorList()
|
||||
list_.provider = form.provider.data
|
||||
list_.format = form.format.data
|
||||
list._encoding = form.encoding.data
|
||||
list_.encoding = form.encoding.data
|
||||
list_.description = form.description.data
|
||||
list_.container = form.container.data
|
||||
list_.branch = form.branch.data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue