mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
use StrEnum for RunMode
This commit is contained in:
parent
e6a562f74a
commit
5a0e0263d8
|
@ -1,7 +1,7 @@
|
|||
from enum import Enum
|
||||
from enum import StrEnum
|
||||
|
||||
|
||||
class RunMode(Enum):
|
||||
class RunMode(StrEnum):
|
||||
"""
|
||||
Bot running mode (backtest, hyperopt, ...)
|
||||
can be "live", "dry-run", "backtest", "edge", "hyperopt".
|
||||
|
|
Loading…
Reference in New Issue
Block a user