Private
Public Access
1
0

adding one mor elog

This commit is contained in:
2023-11-20 21:54:00 +01:00
parent 3ffa951fa8
commit 175ff69d89

View File

@@ -250,6 +250,7 @@ def strokedata_tcx(request):
if request.content_type.lower() != 'application/xml':
dologging('apilog.log','POST data not application/xml, request to TCX endpoint')
dologging('apilog.log', request.content_type.lower())
return HttpResponseNotAllowed("Need application/xml")
dologging('apilog.log', request.user.username+" (strokedata_tcx POST)")