Skip to content

Commit fb86524

Browse files
SeqLazsuricactus
andauthored
Update qfieldcloud_sdk/sdk.py
Co-authored-by: Ivan Ivanov <suricactus@users.noreply.github.com>
1 parent f08029e commit fb86524

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

qfieldcloud_sdk/sdk.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,9 @@ def push_delta(self, project_id: str, delta_filename: str) -> Dict[str, Any]:
633633
resp = self._request(
634634
"POST",
635635
f"deltas/{project_id}/",
636-
files=files,
636+
files={
637+
"file": delta_file
638+
},
637639
)
638640
print(f"Response status code: {resp.status_code}")
639641

0 commit comments

Comments
 (0)