Skip to content

Commit 23b7e95

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
[Config] rename CURRENT_BOT_RECORDING_ID into CURRENT_LIVE_ID
1 parent 69226b3 commit 23b7e95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

octobot/config/profile_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"minimum": 0,
140140
"maximum": 1
141141
},
142-
"current-bot-recording-id": {
142+
"current-live-id": {
143143
"type": "integer",
144144
"minimum": 1
145145
}

octobot/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
OPTIMIZER_DATA_FILES_FOLDER = f"{OCTOBOT_FOLDER}/strategy_optimizer/optimizer_data_files"
155155
OPTIMIZATION_CAMPAIGN_KEY = "optimization_campaign"
156156

157-
CURRENT_BOT_RECORDING_ID = "current-bot-recording-id"
158-
DEFAULT_BOT_RECORDING_ID = 1
157+
CURRENT_LIVE_ID = "current-live-id"
158+
DEFAULT_CURRENT_LIVE_ID = 1
159159

160160
# Channel
161161
OCTOBOT_CHANNEL = "OctoBot"

0 commit comments

Comments
 (0)