diff --git a/ory-actions/vpncheck-py/ipqs.py b/ory-actions/vpncheck-py/ipqs.py index d5663b0..c5ad96b 100644 --- a/ory-actions/vpncheck-py/ipqs.py +++ b/ory-actions/vpncheck-py/ipqs.py @@ -79,7 +79,6 @@ def vpncheck(request): # Return the result as success or error details return jsonify(vpn_result), 200 - def error_response(msg): return jsonify({"messages": [{ "messages": [{ "text": msg }] }]}), 400