vanhbakaa / Cexio-Tap-bot

Python bot for cex.io telegram bot. Cexio bot
https://t.me/cexio_tap_bot?start=1729165832653351
MIT License
90 stars 20 forks source link

Error Update Cards #21

Closed Kamanreza closed 2 months ago

Kamanreza commented 2 months ago

tapper.py", line 565, in run check = await self.buyUpgrade(http_client, authToken, sorted_potential_card[card]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\Bots\Telegram Bots\Cexio-Bot\bot\core\tapper.py", line 472, in buyUpgrade self.coin_balance -= Buydata['cost'] TypeError: unsupported operand type(s) for -=: 'str' and 'int'

vanhbakaa commented 2 months ago

Fixed

Kamanreza commented 2 months ago

error changed to Traceback (most recent call last): File "G:\Bots\Telegram Bots\Cxio-new\bot\core\tapper.py", line 565, in run check = await self.buyUpgrade(http_client, authToken, sorted_potential_card[card]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\Bots\Telegram Bots\Cxio-new\bot\core\tapper.py", line 472, in buyUpgrade self.coin_balance -= int(Buydata['cost']) TypeError: unsupported operand type(s) for -=: 'str' and 'int'

vanhbakaa commented 2 months ago

fixed again