Add reference to github issue for the Todo

This commit is contained in:
Salvatore Ingala
2019-10-11 11:27:03 +07:00
parent 6348319dfb
commit 8acff789fe

View File

@@ -11,7 +11,7 @@ logger = Logger("Daemon")
def handle_signals(signal_received, frame):
logger.info("Shutting down PISA")
# TODO: add code to close the db, free any resources, etc.
# TODO: #11-add-graceful-shutdown: add code to close the db, free any resources, etc.
exit(0)