Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer authored Nov 5, 2023
1 parent a5f8dcb commit 445fdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def on_ready():
logging.info(event.description)
logging.info(start_time)
date = start_time.strftime("%Y-%m-%d")
directory = start_time.strftime("%Y/%m/%d")
directory = "events/start_time.strftime("%Y/%m/%d")"
start_time = start_time.strftime("%H:%M")
end_time = end_time.strftime("%H:%M")
filename = f"{date}-{sanitize(event.name)}.md"
Expand Down

0 comments on commit 445fdf8

Please sign in to comment.