From 8c04dfaf89af8fb178c66ad3e53573b096ba5971 Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 19 Mar 2023 10:14:20 +0300 Subject: [PATCH] fix666 --- backend_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_integration.py b/backend_integration.py index 8beeec1..95a0828 100644 --- a/backend_integration.py +++ b/backend_integration.py @@ -37,7 +37,7 @@ class BackendClient: async def vip(self, steamid, amount: int, extra: str): async with aiohttp.ClientSession(cookies={ "secretkey":self.secret_key}) as session: - async with session.post(self.vip_url + f"?steam={steamid}&amount={int(amount)}&service=steam&extra={extra}", ssl=False) as response: + async with session.post(self.vip_url + f"?steam={steamid}&amount={int(amount)}&service=qiwi&extra={extra}", ssl=False) as response: try: result = int(await response.text()) if result == 0: