Private
Public Access
1
0

correction for None notes everywhere

This commit is contained in:
Sander Roosendaal
2017-05-22 20:42:45 +02:00
parent dd43805c08
commit b0e7ab2cb9
5 changed files with 22 additions and 6 deletions

View File

@@ -281,7 +281,7 @@ def createsporttracksworkoutdata(w):
try:
w.notes = w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
except TypeError:
w.notes = w.notes+' via rowsandall.com'
w.notes = 'from '+w.workoutsource+' via rowsandall.com'
if haslatlon:
data = {