mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Yes yes, more broken code
This commit is contained in:
parent
674b3968ae
commit
7d0078ea9a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue