mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Fix materials API call
This commit is contained in:
parent
bc4809d8f8
commit
6591593f59
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ class SendMaterialJob(Job):
|
|||
.format(file_name = signature_file_name), f.read()))
|
||||
|
||||
Logger.log("d", "Syncing material {material_id} with cluster.".format(material_id = material_id))
|
||||
self.device.postFormWithParts(target = "materials/", parts = parts, on_finished = self.sendingFinished)
|
||||
self.device.postFormWithParts(target = "/materials/", parts = parts, on_finished = self.sendingFinished)
|
||||
|
||||
## Check a reply from an upload to the printer and log an error when the call failed
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue