diff options
Diffstat (limited to 'py3status/__init__.py')
| -rw-r--r-- | py3status/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 3dd7411..57a3765 100644 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -163,7 +163,7 @@ def inject(j): except KeyError: # execute the method meth = getattr(my_class, my_method) - index, result = meth(j) + index, result = meth(j, I3STATUS_CONFIG) # respect user-defined cache timeout for this module if not result.has_key('cached_until'): |
