Fixed bug in python backend
This commit is contained in:
parent
45bf31c9da
commit
48ef6d63bc
|
@ -72,7 +72,7 @@ class uWSGIPythonController(WebAppServiceMixin, ServiceController):
|
||||||
return context
|
return context
|
||||||
|
|
||||||
def get_context(self, webapp):
|
def get_context(self, webapp):
|
||||||
context = super(PHPController, self).get_context(webapp)
|
context = super(uWSGIPythonController, self).get_context(webapp)
|
||||||
options = webapp.get_options()
|
options = webapp.get_options()
|
||||||
context.update({
|
context.update({
|
||||||
'python_version': webapp.type_instance.get_python_version(),
|
'python_version': webapp.type_instance.get_python_version(),
|
||||||
|
|
Loading…
Reference in New Issue