os.environ.get() not working
I know that you can't see the .env file, but here is what is in it:
LOGGED_IN=2395132678
LOGGED_OUT=9502193029
SECRET_KEY=fj3ifjdkjeVjsdkfj
DB_KEY=%jjs9fjjkjk34Fksl3
I made two .env files: one in the python directory, and one in the root directory. When you go to the /login route on the site, it gives an error that the secret key has not been configured. But in python/config.py, i configured it! Why doesn't it work?
The .env
file is only read in the root directory, a bug not a feature.
Oh yeah, also:
os.getenv("<key>")
the preferred way (r)
Changed it, still doesn't work. @Coder100
I fixed it! I just had the secret key configured in swallow.py.
@Coder100
The .env file only works in the root directory.
Ok, i only have it in the root directory. It still doesn't work.
@SixBeeps
seems to be working.
Flask or repl.it has this strange bug: the title of the page shows the error. Hover over the tab and you can see it. @RYANTADIPARTHI
Or if you want to see it in the shell, you need to scroll up. @RYANTADIPARTHI