adding simple export to Garmin
This commit is contained in:
@@ -86,7 +86,7 @@ from rowers.tasks import (
|
||||
from rowers.utils import totaltime_sec_to_string
|
||||
|
||||
def ps_dict_get_description(d,short=False): # pragma: no cover
|
||||
sdict,totalmeters,totalseconds,totalrscore = ps_dict_order(d,short=short)
|
||||
sdict,totalmeters,totalseconds,totalrscore = ps_dict_order(d,short=short,html=False)
|
||||
s = ''
|
||||
for item in sdict:
|
||||
s += item['string']+'\n'
|
||||
|
||||
Reference in New Issue
Block a user