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 e531095 commit 2fba4f7Copy full SHA for 2fba4f7
src/env.py
@@ -5,4 +5,6 @@
5
load_dotenv()
6
7
ACCESS_TOKEN = os.getenv("ACCESS_TOKEN", "")
8
+BASE_URL = os.getenv("BASE_URL", "https://graph.threads.net/v1.0")
9
+
10
DRAFTS_FILE = os.getenv("DRAFTS_FILE", "drafts.json")
0 commit comments