[modules/getcrypto] Deal with kraken service downtime

see #222
This commit is contained in:
Tobias Witek 2018-01-11 20:29:45 +01:00
parent 5f96b603a8
commit 3615e60e5b
3 changed files with 10 additions and 2 deletions

View file

@ -117,7 +117,7 @@ class I3BarOutput(object):
})
width = self._theme.minwidth(widget)
self._widgets.append({
u"full_text": full_text,
u"full_text": full_text
"color": self._theme.fg(widget),
"background": self._theme.bg(widget),
"separator_block_width": self._theme.separator_block_width(widget),