Skip to content

Commit c378a14

Browse files
committed
feat: modify accounts filter options
Signed-off-by: ImMin5 <mino@megazone.com>
1 parent f489c18 commit c378a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/manager/job_manager.py

Lines changed: 1 addition & 1 deletion
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)