|
|
@ -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: |
|
|
|