Update connector and author tables

This commit is contained in:
Mouse Reeve
2020-03-28 13:03:49 -07:00
parent d94dbf3974
commit 54b5f0097b
3 changed files with 29 additions and 4 deletions

View File

@ -162,7 +162,7 @@ def get_date(date_string):
return datetime.strptime(date_string, date_format)
except ValueError:
pass
return False
return None
def get_description(description_blob):