diff --git a/src/webqueue2api/parser/parser.py b/src/webqueue2api/parser/parser.py index 29af2f4..482b4b1 100644 --- a/src/webqueue2api/parser/parser.py +++ b/src/webqueue2api/parser/parser.py @@ -117,7 +117,7 @@ def parse_section(original_string: str, match_start_index: int, tokens: pp.Parse parsed_item.append({ "type": "parse_error", "datetime": format_date_string(str(datetime.datetime.now())), - "expected": "ISO 8601 formatted time string.", + "expected": "Expected a date and/or time", "got": headers[key], "line_num": line_number })