Spaces:
Running
Running
Update utils_gdmk.py
Browse files- utils_gdmk.py +1 -0
utils_gdmk.py
CHANGED
@@ -13,6 +13,7 @@ AIRT_TABLEx = os.getenv("AIRT_TABLE")
|
|
13 |
G = nx.DiGraph()
|
14 |
|
15 |
url = f"https://api.airtable.com/v0/{AIRT_DBASEx}/{AIRT_TABLEx}"
|
|
|
16 |
headers = {
|
17 |
"Authorization": f"Bearer {api_key}",
|
18 |
"Content-Type": "application/json"
|
|
|
13 |
G = nx.DiGraph()
|
14 |
|
15 |
url = f"https://api.airtable.com/v0/{AIRT_DBASEx}/{AIRT_TABLEx}"
|
16 |
+
print(url)
|
17 |
headers = {
|
18 |
"Authorization": f"Bearer {api_key}",
|
19 |
"Content-Type": "application/json"
|