Fixe encoding warning
This commit is contained in:
parent
d5793252b6
commit
fe7c4e10b1
1 changed files with 1 additions and 1 deletions
|
|
@ -105,5 +105,5 @@ class LeclercMobileBackend(BaseBackend, ICapBill):
|
|||
balance = self.browser.get_balance()
|
||||
balance.label = u"Balance %s" % subscription.id
|
||||
balance.id = "%s-balance" % subscription.id
|
||||
balance.currency = 'EUR'
|
||||
balance.currency = u'EUR'
|
||||
return balance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue