Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored Jul 6, 2021
1 parent 86645a2 commit 98da821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def qbo_request(request):
response = qbo_api_call(auth_client.access_token, auth_client.realm_id)

if not response.ok:
return HttpResponse(' '.join([response.content, str(response.status_code)]))
return HttpResponse(' '.join([str(response.content), str(response.status_code)]))
else:
return HttpResponse(response.content)

Expand Down

0 comments on commit 98da821

Please sign in to comment.