Spaces:
Running
Running
Update apis/Bubble_API_Calls.py
Browse files- apis/Bubble_API_Calls.py +1 -0
apis/Bubble_API_Calls.py
CHANGED
@@ -5,6 +5,7 @@ import requests
|
|
5 |
import pandas as pd
|
6 |
import logging
|
7 |
|
|
|
8 |
|
9 |
def fetch_linkedin_token_from_bubble(url_user_token_str: str):
|
10 |
"""
|
|
|
5 |
import pandas as pd
|
6 |
import logging
|
7 |
|
8 |
+
logger = logging.getLogger(__name__)
|
9 |
|
10 |
def fetch_linkedin_token_from_bubble(url_user_token_str: str):
|
11 |
"""
|