Skip to content

Commit 95e294f

Browse files
authored
Update env.py
Load DRAFTS_FILE env default to 'drafts.json'
1 parent f088551 commit 95e294f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
load_dotenv()
66

77
ACCESS_TOKEN = os.getenv("ACCESS_TOKEN", "")
8+
DRAFTS_FILE = os.getenv("DRAFTS_FILE", "drafts.json")

0 commit comments

Comments
 (0)