Skip to content

Commit

Permalink
Unconditionally include RESTComponent when starting Tribler Core as i…
Browse files Browse the repository at this point in the history
…t is vital for GUI-Core communication
  • Loading branch information
kozlovsky committed Sep 9, 2022
1 parent 6571be1 commit 3413158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tribler/core/start_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ def components_gen(config: TriblerConfig):
"""
yield ReporterComponent()
yield GuiProcessWatcherComponent()
if config.api.http_enabled or config.api.https_enabled:
yield RESTComponent()
yield RESTComponent()
if config.chant.enabled or config.torrent_checking.enabled:
yield MetadataStoreComponent()
if config.ipv8.enabled:
Expand Down

0 comments on commit 3413158

Please sign in to comment.