diff --git a/uwsgi-python/templates/uwsgi.ini.j2 b/uwsgi-python/templates/uwsgi.ini.j2
index b4a1e55b7debdcca90766813008fb156b7b2a4af..0bb1258ee069d974f8ce4ffd0300c752847138ea 100644
--- a/uwsgi-python/templates/uwsgi.ini.j2
+++ b/uwsgi-python/templates/uwsgi.ini.j2
@@ -45,7 +45,7 @@ plugin = {{uwsgi_python_plugin|mandatory}}{# or add new python versions here #}
 {% endif %}
 virtualenv = {{app_venv|default(app_path)}}
 wsgi-file = {{app_path}}/{{app_program}}
-callable = {{uapp_callable}}
+callable = {{app_callable}}
 pyargv = {{app_program}} {{app_command}}
 manage-script-name =
 mount={{app_mountpoint}}={{app_path}}/{{app_program}}