From b4e3bd6a73dbb91a2722af0e5ddda855cbe68dd6 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Sat, 4 Jan 2025 16:20:36 +0100 Subject: [PATCH] [Community] update PH id --- octobot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octobot/constants.py b/octobot/constants.py index 7e0108ad3..97e25675f 100644 --- a/octobot/constants.py +++ b/octobot/constants.py @@ -111,7 +111,7 @@ USE_FETCHED_BOT_CONFIG = os_util.parse_boolean_environment_var("USE_FETCHED_BOT_CONFIG", "false") CAN_INSTALL_TENTACLES = os_util.parse_boolean_environment_var("CAN_INSTALL_TENTACLES", str(not IS_CLOUD_ENV)) TRACKING_ID = os.getenv("TRACKING_ID", "eoe1stwyun" if IS_DEMO else "eoe06soct7" if IS_CLOUD_ENV else "f726lk9q59") -PH_TRACKING_ID = os.getenv("PH_TRACKING_ID", "phc_VydQbPkMXoNhgd0xJde4hUgbWGlEJ3aaLrSu5sudFdJ") +PH_TRACKING_ID = os.getenv("PH_TRACKING_ID", "phc_QSuFy6zqOXXKT7zAYboYS4nJShfKovpB172aa8X9nXf") # Profiles download urls to import at startup if missing, split by "," TO_DOWNLOAD_PROFILES = os.getenv("TO_DOWNLOAD_PROFILES", None) # Profiles to force select at startup, identified by profile id, download url or name