#36 temp fix use exception and study error

This commit is contained in:
koksnuss 2020-05-19 14:12:56 +02:00
parent a6392c1bf7
commit 92e72edb39

View File

@ -154,7 +154,7 @@ def show_coin(country, year, stamp, value):
except Coin.MultipleObjectsReturned: except Coin.MultipleObjectsReturned:
return { return {
'value': value, 'value': value,
'marker': coin 'marker': 'Fehler!'
} }
td_class = '' td_class = ''