Minor fix on Banxico Updates

There were a missing return line on banxico updater that prevents
module updates rates for mexican currency updater
This commit is contained in:
agb80
2014-10-04 12:26:57 -05:00
parent b257e3fc1e
commit cd6facef80

View File

@@ -728,6 +728,7 @@ class Banxico_getter(Curreny_getter_interface):
self.updated_currency[curr] = rate
logger.debug("Rate retrieved : %s = %s %s" %
(main_currency, rate, curr))
return self.updated_currency, self.log_info
# CA BOC ##### Bank of Canada #############################################