Hello, I'm getting this error when trying to run the script:
Traceback (most recent call last):
File "./bbbattendance.py", line 261, in <module>
parsed_attendance = parse_data(raw_attendance)
File "./bbbattendance.py", line 165, in parse_data
timestamp = dt.datetime.fromisoformat(raw_timestamp)
ValueError: Invalid isoformat string: '2021-06-26T09:20:09.316Z INFO'
Do you have any idea what the problem could be? Thank you for your work!