diff options
Diffstat (limited to 'py3status/modules/whoami.py')
| -rw-r--r-- | py3status/modules/whoami.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py3status/modules/whoami.py b/py3status/modules/whoami.py index aea11fb..dbce05c 100644 --- a/py3status/modules/whoami.py +++ b/py3status/modules/whoami.py @@ -11,7 +11,8 @@ from time import time class Py3status: - + """ + """ # available configuration parameters cache_timeout = 1800 |
