We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69226b3 commit 23b7e95Copy full SHA for 23b7e95
octobot/config/profile_schema.json
@@ -139,7 +139,7 @@
139
"minimum": 0,
140
"maximum": 1
141
},
142
- "current-bot-recording-id": {
+ "current-live-id": {
143
"type": "integer",
144
"minimum": 1
145
}
octobot/constants.py
@@ -154,8 +154,8 @@
154
OPTIMIZER_DATA_FILES_FOLDER = f"{OCTOBOT_FOLDER}/strategy_optimizer/optimizer_data_files"
155
OPTIMIZATION_CAMPAIGN_KEY = "optimization_campaign"
156
157
-CURRENT_BOT_RECORDING_ID = "current-bot-recording-id"
158
-DEFAULT_BOT_RECORDING_ID = 1
+CURRENT_LIVE_ID = "current-live-id"
+DEFAULT_CURRENT_LIVE_ID = 1
159
160
# Channel
161
OCTOBOT_CHANNEL = "OctoBot"
0 commit comments