Skip to content

Commit 9b1d07c

Browse files
authored
Merge pull request #20 from ImMin5/master
Modify accounts filter options
2 parents f489c18 + c378a14 commit 9b1d07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plugin/manager/job_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_tasks_directory_type(
114114
start_month: str = self._get_start_month(options, start, last_synchronized_at)
115115

116116
database = options.get("database", _DEFAULT_DATABASE)
117-
accounts = options.get("accounts", [])
117+
accounts = secret_data.get("accounts", [])
118118

119119
path = f"SPACE_ONE/billing/database={database}/"
120120

0 commit comments

Comments
 (0)