We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f51ec7 commit 6a11b2eCopy full SHA for 6a11b2e
src/env.py
@@ -1,5 +1,7 @@
1
+import os
2
+
3
from dotenv import load_dotenv
4
5
load_dotenv()
6
-ACCESS_TOKEN = os.getenv("ACCESS_TOKEN")
7
+ACCESS_TOKEN = os.getenv("ACCESS_TOKEN", "")
0 commit comments