Made unknown acquisition dates be much later
This commit is contained in:
parent
0abb778536
commit
45ffc7e89c
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ def convert_collection_xml_to_owned_boardgame(boardgame_extra_info: boardgame_cl
|
|||
|
||||
date_string = collection_boardgame_xml.find('privateinfo').get('acquisitiondate')
|
||||
if date_string == '':
|
||||
date_string = '1970-01-01'
|
||||
date_string = '2020-01-01'
|
||||
|
||||
|
||||
acquisition_date = datetime.strptime(date_string, '%Y-%m-%d').date()
|
||||
|
|
|
|||
Loading…
Reference in a new issue