diff --git a/currency_rate_update/currency_rate_update.py b/currency_rate_update/currency_rate_update.py index 91419dfdc..433dde611 100644 --- a/currency_rate_update/currency_rate_update.py +++ b/currency_rate_update/currency_rate_update.py @@ -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 #############################################