From a6899bf6fde55bf12b971f45e2830c01f1133670 Mon Sep 17 00:00:00 2001 From: iamcos <49107951+iamcos@users.noreply.github.com> Date: Thu, 3 Feb 2022 12:10:03 +0300 Subject: [PATCH] Update TradeBotCli.py for test of pull --- cli/bots/TradeBotCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/bots/TradeBotCli.py b/cli/bots/TradeBotCli.py index d3feda9..fc87fc8 100644 --- a/cli/bots/TradeBotCli.py +++ b/cli/bots/TradeBotCli.py @@ -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({