forked from brmlab/brmbar-github
Fix buy rate updating
This commit is contained in:
parent
54c687edf3
commit
1d9a2e9fac
1 changed files with 1 additions and 1 deletions
|
@ -130,5 +130,5 @@ class Currency:
|
||||||
def update_buy_rate(self, source, rate):
|
def update_buy_rate(self, source, rate):
|
||||||
self.db.execute(
|
self.db.execute(
|
||||||
"SELECT public.update_currency_buy_rate(%s, %s, %s)",
|
"SELECT public.update_currency_buy_rate(%s, %s, %s)",
|
||||||
[source.id, self.id, rate],
|
[self.id, source.id, rate],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue