diff options
Diffstat (limited to 'py3status/__init__.py')
| -rwxr-xr-x | py3status/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index e96cdbe..5324385 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -333,6 +333,7 @@ def main(): msg = sys.exc_info()[1] syslog(LOG_INFO, str(msg)) call(["killall", "-s", "USR1", "i3status"]) + USER_CACHE = {} FORCED = True except KeyboardInterrupt: break |
