diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-02-23 19:37:51 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-02-23 19:37:51 +0100 |
| commit | 33fec5773abc632895cb7477c6cf595cc39d7de1 (patch) | |
| tree | 497a5402b1cc6fca5ba464879c547143dbd87cff | |
| parent | 6b55b9ac909a44b4babb0350cb6117ba6c5b270e (diff) | |
pep8 cosmetics
| -rwxr-xr-x | py3status/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 34e1934..1f5ff9f 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -105,7 +105,7 @@ class I3status(Thread): 'color_separator': '#333333', 'interval': 5, 'output_format': None, - 'time_format': '%Y-%m-%d %H:%M:%S', + 'time_format': '%Y-%m-%d %H:%M:%S' } # some ugly parsing |
