Skip to content

Commit

Permalink
Update TradeBotCli.py
Browse files Browse the repository at this point in the history
for test of pull
  • Loading branch information
iamcos committed Feb 3, 2022
1 parent 8716561 commit a6899bf
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 a6899bf

Please sign in to comment.