forked from FOSS/AutoShop-Djimbo
refactor(api): remove unused merchant_valid variable
This commit is contained in:
@@ -102,7 +102,6 @@ class LolzteamAPI:
|
|||||||
# Проверка кассы/кошелька
|
# Проверка кассы/кошелька
|
||||||
async def check(self) -> Tuple[bool, str]:
|
async def check(self) -> Tuple[bool, str]:
|
||||||
status, response = await self._request("me", method="GET")
|
status, response = await self._request("me", method="GET")
|
||||||
merchant_valid = False
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
status
|
status
|
||||||
|
|||||||
Reference in New Issue
Block a user