brynq-sdk-monday 1.2.1__tar.gz → 1.2.2__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.
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/PKG-INFO +1 -1
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday/extract_monday.py +1 -1
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/PKG-INFO +1 -1
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/setup.py +1 -1
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday/__init__.py +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday/extract_tracket.py +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday/upload_tracket.py +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/SOURCES.txt +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/dependency_links.txt +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/not-zip-safe +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/requires.txt +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/top_level.txt +0 -0
- {brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/setup.cfg +0 -0
|
@@ -215,7 +215,7 @@ class ExtractMonday(BrynQ):
|
|
|
215
215
|
:param item_ids: all the items where you want to get the column values from
|
|
216
216
|
"""
|
|
217
217
|
# Chunk in lists of 50 items since monday.com doesn't accept requests longer than 50 items
|
|
218
|
-
items_list =
|
|
218
|
+
items_list = [item_ids[pos:pos + 25] for pos in range(0, len(item_ids), 25)]
|
|
219
219
|
all_data = []
|
|
220
220
|
|
|
221
221
|
for chunk in items_list:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{brynq_sdk_monday-1.2.1 → brynq_sdk_monday-1.2.2}/brynq_sdk_monday.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|