fixed small error in workout name detection from FIT
This commit is contained in:
@@ -1403,6 +1403,8 @@ def get_title_from_fit(filename):
|
||||
title = ' '.join(record.get_values()['wkt_name'].split())
|
||||
except KeyError:
|
||||
pass
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
return title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user