Skip to content

Commit

Permalink
Merge pull request #2 from robcaulk/patch-1
Browse files Browse the repository at this point in the history
fix: incorrect metaculus base_url
  • Loading branch information
elisescu authored Jul 8, 2024
2 parents 2236f46 + 795161c commit 3784c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forecast_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async def main():
"--metac_base_url",
type=str,
help="The base URL for the metaculus API",
default=config("API_BASE_URL", default="https://metaculus.com/api2", cast=str),
default=config("API_BASE_URL", default="https://www.metaculus.com/api2", cast=str),
)
parser.add_argument(
"--tournament_id",
Expand Down

0 comments on commit 3784c36

Please sign in to comment.