Skip to content

Commit

Permalink
Fixed events bug
Browse files Browse the repository at this point in the history
close #522
  • Loading branch information
StephanAkkerman committed Apr 2, 2024
1 parent a20df74 commit 11b31db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cogs/loops/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ async def get_crypto_calendar(self) -> pd.DataFrame:
"yel": "🟨",
"ora": "🟧",
"red": "🟥",
"gra": "⬜",
}

impacts = []
Expand Down

0 comments on commit 11b31db

Please sign in to comment.