more logggin
This commit is contained in:
@@ -158,6 +158,7 @@ def do_sync(w, options, quick=False):
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
dologging("uploads.log", "do_icu_export: {do_icu_export}".format(do_icu_export=do_icu_export)
|
||||
|
||||
try:
|
||||
if options['intervalsid'] != 0 and options['intervalsid'] != '': # pragma: no cover
|
||||
|
||||
@@ -4971,8 +4971,6 @@ def workout_upload_api(request):
|
||||
message = {'status': 'false', 'message': 'could not find file'}
|
||||
return JSONResponse(status=400, data=message)
|
||||
|
||||
dologging('own_api.log','-temp-')
|
||||
dologging('own_api.log',post_data)
|
||||
|
||||
# sync related IDs
|
||||
sporttracksid = post_data.get('sporttracksid','')
|
||||
|
||||
Reference in New Issue
Block a user