canonicalwebteam.store-api 6.0.0__tar.gz → 6.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/PKG-INFO +1 -1
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/store_api/dashboard.py +1 -2
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/pyproject.toml +1 -1
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/LICENSE +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/README.md +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/__init__.py +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/exceptions.py +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/store_api/__init__.py +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/store_api/base.py +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/store_api/devicegw.py +0 -0
- {canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/store_api/publishergw.py +0 -0
|
@@ -284,8 +284,7 @@ class Dashboard(Base):
|
|
|
284
284
|
)
|
|
285
285
|
else:
|
|
286
286
|
# API requires a multipart request, but we have no files to
|
|
287
|
-
|
|
288
|
-
# files_array.append(("info", ("", data["info"], "")))
|
|
287
|
+
files_array.append(("info", ("", data["info"], "")))
|
|
289
288
|
data = None
|
|
290
289
|
|
|
291
290
|
screenshot_response = self.session.request(
|
|
File without changes
|
|
File without changes
|
{canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/__init__.py
RENAMED
|
File without changes
|
{canonicalwebteam_store_api-6.0.0 → canonicalwebteam_store_api-6.1.0}/canonicalwebteam/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|