brynq-sdk-task-scheduler 3.0.9__tar.gz → 3.0.10__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_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/PKG-INFO +1 -1
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler/task_scheduler.py +0 -1
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler.egg-info/PKG-INFO +1 -1
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/setup.py +1 -1
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler/__init__.py +0 -0
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler.egg-info/SOURCES.txt +0 -0
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler.egg-info/dependency_links.txt +0 -0
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler.egg-info/not-zip-safe +0 -0
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler.egg-info/requires.txt +0 -0
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/brynq_sdk_task_scheduler.egg-info/top_level.txt +0 -0
- {brynq_sdk_task_scheduler-3.0.9 → brynq_sdk_task_scheduler-3.0.10}/setup.cfg +0 -0
|
@@ -373,7 +373,6 @@ class TaskScheduler(BrynQ):
|
|
|
373
373
|
'reload_id': self.run_id,
|
|
374
374
|
'started_at': datetime.datetime.now().isoformat(),
|
|
375
375
|
'partner_id': self.partner_id,
|
|
376
|
-
'customer_id': self.customer_id,
|
|
377
376
|
'customer': self.customer,
|
|
378
377
|
'file_name': file_name,
|
|
379
378
|
'function_name': function_name,
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='brynq_sdk_task_scheduler',
|
|
5
|
-
version='3.0.
|
|
5
|
+
version='3.0.10',
|
|
6
6
|
description='Code to execute tasks in BrynQ.com with the task scheduler',
|
|
7
7
|
long_description='Code to execute tasks in the BrynQ.com platform with the task scheduler',
|
|
8
8
|
author='BrynQ',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|