Private
Public Access
1
0

temp logging

This commit is contained in:
2024-12-11 19:23:44 +01:00
parent bbb85d7799
commit 3e9c23b03f
4 changed files with 38 additions and 2 deletions

View File

@@ -4971,6 +4971,8 @@ 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','')