Selaa lähdekoodia

wsgi: Fix setup script.

INADA Naoki 12 vuotta sitten
vanhempi
sitoutus
0c8657413f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      wsgi/setup.py

+ 1 - 0
wsgi/setup.py

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