Browse Source

Remove FIXME and dead variable

283
Neil Booth 9 years ago
parent
commit
ce3c38db38
  1. 2
      plugins/exchange_rate.py

2
plugins/exchange_rate.py

@ -203,8 +203,6 @@ class Plugin(BasePlugin, ThreadJob):
self.exchanges = dict(inspect.getmembers(sys.modules[__name__],
is_exchange))
self.set_exchange(self.config_exchange())
# FIXME: kill this
self.btc_rate = Decimal("0.0")
def thread_jobs(self):
return [self]

Loading…
Cancel
Save