Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Téo Haÿs committed Aug 14, 2023
1 parent 18ebd8b commit aac0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def debug_alert(ctx):
ctx (discord.ApplicationContext): Information about the current message.
"""
try:
checkForMatches(prepared_matches=sorted([x for x in get_matches() if x.team_a != "TBD" and x.team_b != "TBD"], key=lambda x: x.startTime, reverse=True)[0:10])
checkForMatches(prepared_matches=sorted([x for x in get_matches() if x.team_a != "TBD" and x.team_b != "TBD"], key=lambda x: x.startTime, reverse=True)[0:10])
except discord.ext.commands.errors.MissingPermissions as e:
instance.logger.error(str(e))

Expand Down

0 comments on commit aac0914

Please sign in to comment.