Update connector and author tables
This commit is contained in:
parent
d94dbf3974
commit
54b5f0097b
3 changed files with 29 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue