Skip to content

Commit

Permalink
Update inkycal_agenda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyboda authored Mar 15, 2024
1 parent a3e6045 commit 0469e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inkycal/modules/inkycal_agenda.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def generate_image(self):

# Sort events by beginning time
parser.sort()
print(parser.show_events())
# parser.show_events()

# Set the width for date, time and event titles
date_width = int(max([self.font.getlength(
Expand Down

0 comments on commit 0469e75

Please sign in to comment.