mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:29:02 +08:00
Fix typo in content disposition header
This commit is contained in:
parent
318e5f6137
commit
01f5956871
@ -154,7 +154,7 @@ class NetworkedPrinterOutputDevice(PrinterOutputDevice):
|
||||
part = QHttpPart()
|
||||
|
||||
if not content_header.startswith("form-data;"):
|
||||
content_header = "form_data; " + content_header
|
||||
content_header = "form-data; " + content_header
|
||||
part.setHeader(QNetworkRequest.ContentDispositionHeader, content_header)
|
||||
|
||||
if content_type is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user