From 3bc2999776a282e35f8d84181896f492c6783467 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sun, 4 Jan 2015 19:15:33 +0100 Subject: fix some debug typo --- py3status/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3status/__init__.py b/py3status/__init__.py index d698ab6..ebcd1b2 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -538,7 +538,7 @@ class Events(Thread): We rate limit this command to 1/s for obvious abusive behavior. """ if time() > (self.last_refresh_ts + 1): - call(['killall', '-s', 'USR1', '__init__.py']) + call(['killall', '-s', 'USR1', 'py3status']) self.last_refresh_ts = time() def on_click_dispatcher(self, module_name, command): -- cgit v1.3