[Fixed] How to reference env token in a python project?

SOLVED:
client.run(os.environ.get(‘SECRET’))

2 Likes