fixed tuple in notes
This commit is contained in:
@@ -279,7 +279,7 @@ def createsporttracksworkoutdata(w):
|
|||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
w.notes = w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
|
w.notes = w.notes+'\n from '+w.workoutsource+' via rowsandall.com'
|
||||||
except TypeError:
|
except TypeError:
|
||||||
w.notes = 'from '+w.workoutsource+' via rowsandall.com'
|
w.notes = 'from '+w.workoutsource+' via rowsandall.com'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user