Fix pice_size typo

This commit is contained in:
shortcutme 2017-11-05 23:34:31 +01:00
parent 8242e91238
commit bc1d79a07d
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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
}