fix
This commit is contained in:
@@ -585,7 +585,7 @@ def do_sync(w,options, quick=False):
|
||||
)
|
||||
with open('st_export.log','a') as logfile:
|
||||
logfile.write(str(timezone.now())+': ')
|
||||
logfile.write('Workout uploaded '+w.id+'\n')
|
||||
logfile.write('Workout uploaded '+str(w.id)+'\n')
|
||||
except NoTokenError:
|
||||
with open('st_export.log','a') as logfile:
|
||||
logfile.write(str(timezone.now())+': ')
|
||||
|
||||
Reference in New Issue
Block a user