summaryrefslogtreecommitdiff
path: root/plugins/python/web3_subhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/web3_subhandler.c')
-rw-r--r--plugins/python/web3_subhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/web3_subhandler.c b/plugins/python/web3_subhandler.c
index 8ca950a9..1bde7d5e 100644
--- a/plugins/python/web3_subhandler.c
+++ b/plugins/python/web3_subhandler.c
@@ -192,12 +192,12 @@ int uwsgi_response_subhandler_web3(struct wsgi_request *wsgi_req) {
UWSGI_RELEASE_GIL
return UWSGI_AGAIN;
}
+#endif
}
else {
uwsgi_log("invalid Web3 response.\n");
goto clear;
}
-#endif
}