wrong function call
This commit is contained in:
parent
2701a08cdd
commit
126ede37a4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ExchangeRate:
|
||||||
return (
|
return (
|
||||||
str(self.from_currency.value)
|
str(self.from_currency.value)
|
||||||
+ str(self.to_currency.value)
|
+ str(self.to_currency.value)
|
||||||
+ str(self.rate_date.strformat("%Y-%m-%d"))
|
+ str(self.rate_date.strftime("%Y-%m-%d"))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue