digital 7 anni fa
parent
commit
c4636d25d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      network/__init__.py

+ 1 - 1
network/__init__.py

@@ -205,7 +205,7 @@ class Server(object):
     """
     # set to true when the server shuts down, for instance after a
     # fatal exception
-    self.exit_event = False
+    exit_event = False
     def __init__(self,
             host,
             port,