Skip to content

Commit

Permalink
Merge pull request #538 from needsure/master
Browse files Browse the repository at this point in the history
chore: remove redundant word in comment
  • Loading branch information
cedelavergne-ledger authored Dec 6, 2024
2 parents 2ad969a + 19bcdc4 commit 7c39576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speculos/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def main(prog=None) -> int:
# TODO: remove this condition and all associated code in next major version
logger.warn("--automation-port is deprecated, please use the REST API instead")
if api_enabled:
logger.warn("--automation-port is incompatible with the the API server, disabling the latter")
logger.warn("--automation-port is incompatible with the API server, disabling the latter")
api_enabled = False
automation_server = AutomationServer(("0.0.0.0", args.automation_port), AutomationClient)
automation_thread = threading.Thread(target=automation_server.serve_forever, daemon=True)
Expand Down

0 comments on commit 7c39576

Please sign in to comment.