Skip to content

Commit

Permalink
Update event.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ic-dev21 authored Jan 20, 2024
1 parent d74ba7b commit 0e5d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhilo/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _convert_phases(self, phases: dict[str, Any]) -> None:
self.phases_list.append(phase)
for phase in self.__annotations__:
if phase not in self.phases_list:
# On t'aime Karl
# On t'aime Carl
setattr(self, phase, from_utc_timestamp("2023-11-15T20:00:00+00:00"))

def _create_phases(
Expand Down

0 comments on commit 0e5d218

Please sign in to comment.