Explorar el Código

added friendly exit message

digital hace 8 años
padre
commit
1b232ea6d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      server.py

+ 1 - 0
server.py

@@ -135,6 +135,7 @@ except KeyboardInterrupt:
     logging.warn("KeyboardInterrupt! aborting!")
 finally:
     sig_exit.send()
+    log.info("have a good time :)")
     pass