fix(scrape-objective): drop redundant self arg in sync_all_groups loop (#313)
This commit is contained in:
parent
fd2b09b806
commit
fce48a8924
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ def sync_all_groups(
|
|||
logger.info("[%d/%d] sync_objective_group(group=%r) START", idx + 1, len(eff_groups), group)
|
||||
try:
|
||||
res = sync_objective_group(
|
||||
self,
|
||||
group_name=group,
|
||||
triggered_by=f"{triggered_by}-multi",
|
||||
use_ddu=eff_use_ddu,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue