digital 7 роки тому
батько
коміт
c4636d25d3
1 змінених файлів з 1 додано та 1 видалено
  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,