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