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())
|
title = ' '.join(record.get_values()['wkt_name'].split())
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
except AttributeError:
|
||||||
|
pass
|
||||||
|
|
||||||
return title
|
return title
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user