Skip to content

Commit

Permalink
Merge pull request #38 from lordwelch/api-url
Browse files Browse the repository at this point in the history
Disable API Url option as mokkari does not have it configurable
  • Loading branch information
mizaki authored Oct 4, 2024
2 parents 3c10d16 + feb8ddd commit cf9cfb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions metron_talker/metron.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,8 @@ def register_settings(self, parser: settngs.Manager) -> None:
)
parser.add_setting(
f"--{self.id}-url",
default="",
display_name="API URL",
help=f"Use the given Metron URL. (default: {self.default_api_url})",
cmdline=False,
file=False,
)

def parse_settings(self, settings: dict[str, Any]) -> dict[str, Any]:
Expand Down

0 comments on commit cf9cfb0

Please sign in to comment.