MemeKingz / Shitcoins

0 stars 0 forks source link

collect and alert first buy statistics & remove is_bundled holder check #40

Closed anton-lam closed 4 months ago

anton-lam commented 4 months ago
oiyoiyoi commented 4 months ago

Traceback (most recent call last): File "/Users/sam/Shitcoins/shitcoins/main.py", line 76, in asyncio.run(main()) File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.6/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/Users/sam/Shitcoins/shitcoins/main.py", line 64, in main alert(bot_token=BOT_TOKEN, chat_id=CHAT_ID) File "/Users/sam/Shitcoins/shitcoins/telegram_alert.py", line 105, in alert if coin_data['first_buy_statistics'] is not None:


KeyError: 'first_buy_statistics'

Process finished with exit code 1