diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-07-11 13:16:35 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-07-11 13:16:35 +1000 |
| commit | 33c82904527db34965225b6bd3940ade51915dae (patch) | |
| tree | 7d2cd11868a7876b0c765c78570d0351c63a703e /pywal | |
| parent | 1e504e9c1e0ba423118ba9c6982c1a8f00760fda (diff) | |
general: Fix reload
Diffstat (limited to 'pywal')
| -rw-r--r-- | pywal/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pywal/util.py b/pywal/util.py index 1752f71..0557cc4 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -176,3 +176,5 @@ def get_pid(name): subprocess.check_output(["pidof", "-s", name]) except subprocess.CalledProcessError: return False + + return True |
