MohanadAfiffy commited on
Commit
f10a991
·
verified ·
1 Parent(s): aa34177
Files changed (1) hide show
  1. clients.py +1 -0
clients.py CHANGED
@@ -374,6 +374,7 @@ def fetch_analytics_data(host, start_date=None, end_date=None):
374
  return pd.DataFrame()
375
 
376
  data = response.json()
 
377
 
378
  # Process the fetched data
379
  records = []
 
374
  return pd.DataFrame()
375
 
376
  data = response.json()
377
+ st.write(data)
378
 
379
  # Process the fetched data
380
  records = []