Revert "[modules/getcrypto] Deal with kraken service downtime"

This reverts commit 3615e60e5b.

Time to go to sleep, so many mistakes...
This commit is contained in:
Tobias Witek 2018-01-11 20:31:48 +01:00
parent 3615e60e5b
commit 650e0b933e
3 changed files with 2 additions and 10 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),