Changes in ow/models/workout.py [2f8a48f:c9991fed] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/models/workout.py

    r2f8a48f rc9991fed  
    138138        """
    139139        if self.distance:
    140             return round(self.distance, 1)
     140            return round(self.distance, 2)
    141141        return '-'
    142142
Note: See TracChangeset for help on using the changeset viewer.