AbanteAI/rawdog

typo: self.data --> self.date

giddyphysicist opened this issue · 1 comments

https://github.com/AbanteAI/rawdog/blob/dd37f900c646945799a52668caa9f63ac2b9f7e2/src/rawdog/utils.py#L25C14-L25C18

It looks like this field should be self.date rather than self.data to match the format from _set_from_env()

Fixed in #85 - thanks