Browse Source

fix syntax error in exchange rate plugin

283
ThomasV 10 years ago
parent
commit
3f145864ef
  1. 2
      plugins/exchange_rate.py

2
plugins/exchange_rate.py

@ -446,7 +446,7 @@ class Plugin(BasePlugin, ThreadJob):
tx_hash, conf, value, timestamp, balance = tx
if conf <= 0:
date = datetime.today()
else
else:
date = timestamp_to_datetime(timestamp)
for amount in [value, balance]:
text = self.historical_value_str(amount, date)

Loading…
Cancel
Save