Spaces:
Running
Running
Update apis/linkedin_follower_stats.py
Browse files
apis/linkedin_follower_stats.py
CHANGED
@@ -7,7 +7,7 @@ from urllib.parse import quote
|
|
7 |
# Assuming you have a sessions.py with create_session
|
8 |
# If sessions.py or create_session is not found, it will raise an ImportError,
|
9 |
# which is appropriate for a module that depends on it.
|
10 |
-
from sessions import create_session
|
11 |
|
12 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
13 |
|
|
|
7 |
# Assuming you have a sessions.py with create_session
|
8 |
# If sessions.py or create_session is not found, it will raise an ImportError,
|
9 |
# which is appropriate for a module that depends on it.
|
10 |
+
from utils.sessions import create_session
|
11 |
|
12 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
13 |
|