fixed bad type hint for EventData

This commit is contained in:
Blake Harnden 2020-05-20 23:27:17 -07:00
parent ffc60e5808
commit 4b6ba90331

View file

@ -38,7 +38,7 @@ class EventData:
event_type: EventTypes = None
name: str = None
data: str = None
time: float = None
time: str = None
session: int = None