diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-10 22:18:10 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-10 22:18:10 +0200 | 
| commit | e202a2a9389a972a486442d792653c38e15225ba (patch) | |
| tree | 59025b0a35529dcdaa5773281120a16963a625ec | |
| parent | m (diff) | |
| download | nightshift-e202a2a9389a972a486442d792653c38e15225ba.tar.gz nightshift-e202a2a9389a972a486442d792653c38e15225ba.tar.bz2 nightshift-e202a2a9389a972a486442d792653c38e15225ba.tar.xz  | |
must have been something else...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rwxr-xr-x | src/nightshift.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nightshift.py b/src/nightshift.py index 9d99f1b..e9ad04d 100755 --- a/src/nightshift.py +++ b/src/nightshift.py @@ -333,8 +333,6 @@ def use_client(sock, proc):                  proc.send_signal(signal.SIGUSR1)              elif message == 'kill':                  proc.terminate() -                import time -                time.sleep(0.1) ## XXX this required for redshift to catch both signals properly              elif message == 'close':                  closed = True              elif message == 'listen':  | 
