Simon Volpert
addrwatch
/
5f50f9b
Fix currency exchange rate caching
Simon Volpert
7 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
addrwatch
less
more
139
139
elif loop_time >= rate_cache_time:
140
140
try:
141
141
rate = bch.get_price(config['currency'])
142
loop_count = 0
142
loop_time = 0
143
143
except KeyboardInterrupt:
144
144
sys.exit()
145
145
except: