Skip to content

Commit

Permalink
feat: 超大订阅方案 (closed #2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Nov 19, 2024
1 parent 3845a4a commit d8e3f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/subscription/steps/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ class ReinstallAgent2(InstallAgent2):

def _generate_activities(self, agent_manager: AgentManager):
activities, __ = super()._generate_activities(agent_manager)
# activities[0] = agent_manager.add_or_update_hosts() if settings.BKAPP_ENABLE_DHCP else None
activities[0] = agent_manager.add_or_update_hosts() if settings.BKAPP_ENABLE_DHCP else None
return list(filter(None, activities)), None


Expand Down

0 comments on commit d8e3f5d

Please sign in to comment.