From 3c6edead2562450861cc938268f4a848b7e4deab Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 18 Oct 2017 18:05:51 +0300 Subject: Added the debug option to module compatibility vector. --- src/nxt_python_wsgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_python_wsgi.c') diff --git a/src/nxt_python_wsgi.c b/src/nxt_python_wsgi.c index d9f2f376..33d9456a 100644 --- a/src/nxt_python_wsgi.c +++ b/src/nxt_python_wsgi.c @@ -92,7 +92,7 @@ nxt_inline nxt_int_t nxt_python_write_py_str(nxt_python_run_ctx_t *ctx, static uint32_t compat[] = { - NXT_VERNUM, + NXT_VERNUM, NXT_DEBUG, }; -- cgit