bugfix: date pasing

This commit is contained in:
Steve Nyemba 2021-05-03 15:09:54 -05:00
parent 22f86d0ea2
commit d20b08e7ee
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ class Parser (Process):
# section = section if section else config['SECTION']
logs = []
claims = []
_code = 'UNKNOWN'
try:
self.cache = {}
file = open(filename.strip())