Skip to content

Commit

Permalink
Add more active recommender walking (#8219)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Oct 16, 2024
2 parents bc6b02c + 70f20f9 commit 0531ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/core/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def finalize(self, ipv8: IPv8, session: Session, community: Community) -> None:

@precondition('session.config.get("recommender/enabled")')
@overlay("tribler.core.recommender.community", "RecommenderCommunity")
class RecommenderComponent(CommunityLauncherWEndpoints):
class RecommenderComponent(BaseLauncher):
"""
Launch instructions for the user recommender community.
"""
Expand Down

0 comments on commit 0531ff6

Please sign in to comment.