Skip to content

Commit

Permalink
Merge branch 'branch-0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
da4089 committed Dec 18, 2024
2 parents 39619f6 + 69ad0b5 commit 146356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vobject/icalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def __str__(self):
def __repr__(self):
return self.__str__()

def prettyPrint(self, level, tabwidth):
def prettyPrint(self, level=0, tabwidth=3):
pre = ' ' * level * tabwidth
print(pre, self.name)
print(pre, "TZID:", self.tzid)
Expand Down

0 comments on commit 146356c

Please sign in to comment.