digital před 7 roky
rodič
revize
c4636d25d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,