From 4d004ace301bb57c9e3bdf9e995ec397a44e0056 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Thu, 11 Dec 2014 23:10:05 +0100 Subject: modules variables normalization --- py3status/modules/whoami.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'py3status/modules/whoami.py') diff --git a/py3status/modules/whoami.py b/py3status/modules/whoami.py index 11ca9bf..a5e27ed 100644 --- a/py3status/modules/whoami.py +++ b/py3status/modules/whoami.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ Simply output the currently logged in user in i3bar. @@ -14,7 +15,7 @@ class Py3status: # available configuration parameters cache_timeout = 1800 - def whoami(self, i3status_output_json, i3status_config): + def whoami(self, i3s_output_list, i3s_config): """ We use the getpass module to get the current user. """ -- cgit v1.3