Skip to content

Commit

Permalink
Do not override internal config with actor config
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 29, 2024
1 parent 2e15f7a commit 6b04f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gort/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ async def overwatcher(config: str | None = None, dry_run: bool = False):
)
actor_config = internal_config

gort_config.load(actor_config, use_base=False)

actor = OverwatcherActor.from_config(actor_config, dry_run=dry_run)
await actor.start()

Expand Down

0 comments on commit 6b04f46

Please sign in to comment.