Spaces:
Running
Running
Update Data_Fetching_&_Rendering.py
Browse files
Data_Fetching_&_Rendering.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
def fetch_org_urn(comm_client_id, comm_token_dict):
|
2 |
"""
|
3 |
Fetches the user's administrated organization URN and name using the Marketing token.
|
|
|
1 |
+
from sessions import create_session
|
2 |
+
|
3 |
def fetch_org_urn(comm_client_id, comm_token_dict):
|
4 |
"""
|
5 |
Fetches the user's administrated organization URN and name using the Marketing token.
|