Skip to content

Commit

Permalink
Merge pull request #1 from iamcos/main
Browse files Browse the repository at this point in the history
Update TradeBotCli.py
  • Loading branch information
usrsem authored Feb 3, 2022
2 parents 8716561 + a6899bf commit 19e33c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/bots/TradeBotCli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self) -> None:
self.indicators_names: tuple[tuple[str, str], ...] = tuple((
("indicator", "Indicators"),
("insurance", "Insurances"),
("safety", "Safeties"),
("safety", "Safeties" ),
))

self.tradebot_setting_options: dict[str, Callable] = dict({
Expand Down

0 comments on commit 19e33c7

Please sign in to comment.