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 f088551 commit 95e294fCopy full SHA for 95e294f
src/env.py
@@ -5,3 +5,4 @@
5
load_dotenv()
6
7
ACCESS_TOKEN = os.getenv("ACCESS_TOKEN", "")
8
+DRAFTS_FILE = os.getenv("DRAFTS_FILE", "drafts.json")
0 commit comments