From 0e5d218e2a45d87858e02ced6a4269efcacaf2da Mon Sep 17 00:00:00 2001 From: Ian C <108159253+ic-dev21@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:12:25 -0500 Subject: [PATCH] Update event.py --- pyhilo/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhilo/event.py b/pyhilo/event.py index bb39a32..5044262 100644 --- a/pyhilo/event.py +++ b/pyhilo/event.py @@ -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(