aboutsummaryrefslogtreecommitdiffstats
path: root/src/blueshift-tray.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:51:34 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:51:34 +0100
commit8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd (patch)
tree3788bdb974521c2d02e13cd1d78fba9e9eed36fb /src/blueshift-tray.py
parentUpdate e-mail (diff)
downloadblueshift-tray-8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd.tar.gz
blueshift-tray-8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd.tar.bz2
blueshift-tray-8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/blueshift-tray.py')
-rwxr-xr-xsrc/blueshift-tray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift-tray.py b/src/blueshift-tray.py
index d8b08d3..965d1f8 100755
--- a/src/blueshift-tray.py
+++ b/src/blueshift-tray.py
@@ -59,7 +59,7 @@ def term(count = 1, kill = False):
Terminate the blueshift if alive
@param count:int Number of times to send SIGTERM
- @param kill:bool Whether to also send SIGKILL and the exit
+ @param kill:bool Whether to also send SIGKILL and then exit
'''
if process is not None:
process.send_signal(signal.SIGTERM)