-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get an error trying to run the bot.py #17
Comments
Have you set your environment variables? |
Yes, I set .env file |
Hello, have you found a solution for this error? |
check in docker-compose.yml file if the .env file is set with correct credentials, this error is due to incorrect environment variables. |
Install python-dotenv package using |
Traceback (most recent call last):
File "/home/bp/Downloads/Telegram-Airdrop-Bot-main/bot.py", line 26, in
File "/usr/lib/python3.9/os.py", line 679, in getitem
KeyError: 'COIN_SYMBOL'
The text was updated successfully, but these errors were encountered: