Skip to content

Commit

Permalink
Hot fixing issue with logging on matchup commnad
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Aug 26, 2024
1 parent 1e09d45 commit 5b074ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions harambot/cogs/yahoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ async def matchups(
self, interaction: discord.Interaction, week: Optional[int] = None
):
logger.info(
"Command:Matchups called in %i with week: %i",
interaction.guild_id,
week,
"Command:Matchups called in {} with week: {}".format(
interaction.guild_id, week
)
)

week, details = self.yahoo_api.get_matchups(week)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "harambot"
version = "0.4.0.post1"
version = "0.4.0.post2"
description = "A Yahoo Fantasy Sports bot for Discord"
authors = ["DMcP89 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5b074ee

Please sign in to comment.