GuglielmoTor commited on
Commit
ce630e0
·
verified ·
1 Parent(s): 3d5e272

Update apis/Bubble_API_Calls.py

Browse files
Files changed (1) hide show
  1. 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
  """