Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python os.getenv not working

# make sure you do this first
from dotenv import load_dotenv
load_dotenv()

# After that you should be able to do something like
os.getenv('ACCES_TOKEN')
 
PREVIOUS NEXT
Tagged: #python #working
ADD COMMENT
Topic
Name
4+9 =