diff options
| author | André Doser <doser.andre@gmail.com> | 2015-01-27 18:02:22 +0100 |
|---|---|---|
| committer | André Doser <doser.andre@gmail.com> | 2015-01-27 18:02:22 +0100 |
| commit | 22f4abf8e22f8517be78d039551ab6871ddf14b9 (patch) | |
| tree | 9795be6006cc63067dd273eca4f8106766dce211 /py3status/modules | |
| parent | f3bde41a2c4b1e4395c9903566f0e0c73234bf60 (diff) | |
flake8
Diffstat (limited to 'py3status/modules')
| -rw-r--r-- | py3status/modules/bitcoin-price.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/modules/bitcoin-price.py b/py3status/modules/bitcoin-price.py index d53ac93..638c2c8 100644 --- a/py3status/modules/bitcoin-price.py +++ b/py3status/modules/bitcoin-price.py @@ -78,4 +78,4 @@ if __name__ == '__main__': while True: print(x.get_rate([], {'color_good': 'green', 'color_bad': 'red'})) - sleep(5)
\ No newline at end of file + sleep(5) |
