fix names of titles

This commit is contained in:
Cayo Puigdefabregas 2023-03-20 17:34:20 +01:00
parent a7aae591aa
commit 6a14727f31
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class LotRow(OrderedDict):
self['Registered in'] = format(lot.created, '%c')
try:
self['Description'] = lot.description
except:
except Exception:
self['Description'] = ''