diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:51:34 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:51:34 +0100 |
| commit | 8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd (patch) | |
| tree | 3788bdb974521c2d02e13cd1d78fba9e9eed36fb /src/blueshift-tray.py | |
| parent | Update e-mail (diff) | |
| download | blueshift-tray-8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd.tar.gz blueshift-tray-8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd.tar.bz2 blueshift-tray-8c04857e8b0216e7bb0d9fbf056e1d464dd1aebd.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/blueshift-tray.py')
| -rwxr-xr-x | src/blueshift-tray.py | 2 |
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) |
