Explorar o código

wsgi: Fix setup script.

INADA Naoki %!s(int64=12) %!d(string=hai) anos
pai
achega
0c8657413f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      wsgi/setup.py

+ 1 - 0
wsgi/setup.py

@@ -10,6 +10,7 @@ proc = None
 
 
 
 
 def start(args):
 def start(args):
+    global proc
     proc = subprocess.Popen([
     proc = subprocess.Popen([
         bin_dir + "/gunicorn",
         bin_dir + "/gunicorn",
         "hello:app",
         "hello:app",