소스 검색

fixed typo

digital 8 년 전
부모
커밋
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,