|
|
@ -57,7 +57,7 @@ class Client: |
|
|
|
return |
|
|
|
######################################## |
|
|
|
currency = t.sum.currency |
|
|
|
if str(currency) != "643":#643-rub code |
|
|
|
if str(currency) != "RUB":#643-rub code |
|
|
|
warning(f"[{t.id}] currency not be rub, drop") |
|
|
|
return |
|
|
|
######################################## |
|
|
|