Fix pice_size typo
This commit is contained in:
parent
8242e91238
commit
bc1d79a07d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class UiWebsocketPlugin(object):
|
|||
}
|
||||
return {
|
||||
"url": "/ZeroNet-Internal/BigfileUpload?upload_nonce=" + nonce,
|
||||
"pice_size": piece_size,
|
||||
"piece_size": piece_size,
|
||||
"inner_path": inner_path,
|
||||
"file_relative_path": file_relative_path
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue