mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-16 03:25:21 +00:00
Yes yes, more broken code
This commit is contained in:
parent
674b3968ae
commit
7d0078ea9a
|
@ -54,7 +54,7 @@ def focal_length(value):
|
||||||
except TypeError:
|
except TypeError:
|
||||||
calculated = value
|
calculated = value
|
||||||
|
|
||||||
return str(round(calculated, 1)) + " mm"
|
return str(calculated) + " mm"
|
||||||
|
|
||||||
|
|
||||||
def exposure(value):
|
def exposure(value):
|
||||||
|
|
Loading…
Reference in a new issue