Skip to content

Commit

Permalink
[Enums] add TRIGGER_HEALTH_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Dec 8, 2023
1 parent 359b86e commit 85e067c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octobot_commons/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class UserCommands(enum.Enum):

MANUAL_TRIGGER = "manual_trigger"
OPTIMIZE_INITIAL_PORTFOLIO = "optimize_initial_portfolio"
TRIGGER_HEALTH_CHECK = "trigger_health_check"
RELOAD_CONFIG = "reload_config"
RELOAD_SCRIPT = "reload_script"
CLEAR_PLOTTING_CACHE = "clear_plotting_cache"
Expand Down

0 comments on commit 85e067c

Please sign in to comment.