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
139139 elif loop_time >= rate_cache_time:
140140 try:
141141 rate = bch.get_price(config['currency'])
142 loop_count = 0
142 loop_time = 0
143143 except KeyboardInterrupt:
144144 sys.exit()
145145 except: