From 4114e4ebf6cf679b00f405b24a6c9b96b2ffbd0b Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 18 Mar 2023 12:48:06 +0300 Subject: [PATCH] f2 --- paybot.facti13.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paybot.facti13.py b/paybot.facti13.py index c4ef66d..01dc8d7 100644 --- a/paybot.facti13.py +++ b/paybot.facti13.py @@ -51,7 +51,7 @@ class Client: def build_handler(self): @self.qiwi_dp.transaction_handler() async def handle_transaction(t: Transaction, ctx: Context): - if t.type != Transaction.type == TransactionType.IN: + if t.type != TransactionType.IN: return if t.status != TransactionStatus.SUCCESS: return