浏览代码

fixed typo

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,