What is the equivalent of process.env.NODE_ENV in Python?
I have made a telegram bot and I am trying to deploy it on Heroku. The bot uses Spotify API. I don't know how to access those keys when its deployed to Heroku.
P.S: I am new to python
I have made a telegram bot and I am trying to deploy it on Heroku. The bot uses Spotify API. I don't know how to access those keys when its deployed to Heroku.
P.S: I am new to python