diff --git a/gallery/utils/metadata/helpers.py b/gallery/utils/metadata/helpers.py index c3a5f61..c1f8935 100644 --- a/gallery/utils/metadata/helpers.py +++ b/gallery/utils/metadata/helpers.py @@ -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):