Changed _curprice to string
This commit is contained in:
parent
82af91f737
commit
f635bed4d0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Module(bumblebee.engine.Module):
|
||||||
super(Module, self).__init__(engine, config,
|
super(Module, self).__init__(engine, config,
|
||||||
bumblebee.output.Widget(full_text=self.curprice)
|
bumblebee.output.Widget(full_text=self.curprice)
|
||||||
)
|
)
|
||||||
self._curprice = 0
|
self._curprice = ""
|
||||||
self._nextcheck = 0
|
self._nextcheck = 0
|
||||||
self._interval = int(self.parameter("interval", "120"))
|
self._interval = int(self.parameter("interval", "120"))
|
||||||
self._getbtc = int(self.parameter("getbtc", "1"))
|
self._getbtc = int(self.parameter("getbtc", "1"))
|
||||||
|
|
Loading…
Reference in a new issue