From b33147bb0c057578f4d47d69dbe1046e7072ee1c Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Mon, 17 Jan 2022 08:48:47 +0100 Subject: [PATCH] Add comment --- sargraph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sargraph.py b/sargraph.py index aa14c00..cb50c98 100755 --- a/sargraph.py +++ b/sargraph.py @@ -27,6 +27,7 @@ global die die = 0 +# Handle SIGTERM def kill_handler(a, b): global die die = 1