1
0

Update kivy GUI in order to merge with master

This commit is contained in:
ThomasV
2015-09-03 15:09:45 +02:00
parent eca24ec396
commit 04b9d8fffa
5 changed files with 12 additions and 9 deletions

View File

@@ -153,6 +153,9 @@ class Exchanger(EventDispatcher):
if not self.parent.network or not self.parent.network.is_connected():
return
# temporarily disabled
return
update_rates = {
"BitcoinAverage": self.update_ba,
"BitcoinVenezuela": self.update_bv,