Implement Server.stop() stub
This commit is contained in:
parent
877b884097
commit
46b544fac6
2 changed files with 4 additions and 1 deletions
|
@ -23,4 +23,4 @@ if args.daemon:
|
|||
try:
|
||||
server.run()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
server.stop()
|
||||
|
|
|
@ -86,3 +86,6 @@ class Server():
|
|||
|
||||
for key, ev in events:
|
||||
self.accept(key.fileobj)
|
||||
|
||||
def stop(self):
|
||||
...
|
||||
|
|
Loading…
Add table
Reference in a new issue