From 03cfd3ae2f6f2a876ab892078ec9bf12192bef74 Mon Sep 17 00:00:00 2001 From: Ben Wilson <43449430+CodexVeritas@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:07:55 -0700 Subject: [PATCH] Update run_bots.py --- run_bots.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_bots.py b/run_bots.py index c55c8bd..5879a94 100644 --- a/run_bots.py +++ b/run_bots.py @@ -142,7 +142,9 @@ async def configure_and_run_bot( logger.warning( "METACULUS_API_BASE_URL environment variable is set to an empty string" ) + logger.info(f"Using Metaculus API base URL: {base_url}") + bot_config = get_default_bot_dict()[mode] questions = await get_questions_for_config( bot_config, max_questions=max_questions_for_run