GuglielmoTor commited on
Commit
9b96a20
·
verified ·
1 Parent(s): 43e0c2d

Update analytics_fetch_and_rendering.py

Browse files
Files changed (1) hide show
  1. analytics_fetch_and_rendering.py +1 -0
analytics_fetch_and_rendering.py CHANGED
@@ -5,6 +5,7 @@ from datetime import datetime, timezone, timedelta # Added timezone, timedelta
5
  import matplotlib.pyplot as plt # Added for plotting
6
  from error_handling import display_error
7
  import gradio as gr
 
8
 
9
 
10
  API_V2_BASE = 'https://api.linkedin.com/v2'
 
5
  import matplotlib.pyplot as plt # Added for plotting
6
  from error_handling import display_error
7
  import gradio as gr
8
+ import traceback
9
 
10
 
11
  API_V2_BASE = 'https://api.linkedin.com/v2'