Yes yes, more broken code

This commit is contained in:
Michał 2023-04-09 18:00:20 +00:00
parent 674b3968ae
commit 7d0078ea9a

View file

@ -54,7 +54,7 @@ def focal_length(value):
except TypeError:
calculated = value
return str(round(calculated, 1)) + " mm"
return str(calculated) + " mm"
def exposure(value):