Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mg98 committed Oct 15, 2024
1 parent 4451643 commit d131b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/core/recommender/community.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ def on_crawl_response(self, peer: Peer, payload: CrawlResponse) -> None:
elif request_type == "table_size":
self.process_table_size_response(peer, response)
else:
self.logger.warning("Crawlee sent unknown response type!")
self.logger.warning("Crawlee sent unknown response type!")

0 comments on commit d131b25

Please sign in to comment.