mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-23 07:24:30 +01:00
Add reference to github issue for the Todo
This commit is contained in:
@@ -11,7 +11,7 @@ logger = Logger("Daemon")
|
|||||||
|
|
||||||
def handle_signals(signal_received, frame):
|
def handle_signals(signal_received, frame):
|
||||||
logger.info("Shutting down PISA")
|
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)
|
exit(0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user