MohanadAfiffy commited on
Commit
0c2708b
·
verified ·
1 Parent(s): f10a991

Update clients.py

Browse files
Files changed (1) hide show
  1. clients.py +1 -1
clients.py CHANGED
@@ -374,7 +374,7 @@ def fetch_analytics_data(host, start_date=None, end_date=None):
374
  return pd.DataFrame()
375
 
376
  data = response.json()
377
- st.write(data)
378
 
379
  # Process the fetched data
380
  records = []
 
374
  return pd.DataFrame()
375
 
376
  data = response.json()
377
+ #st.write(data)
378
 
379
  # Process the fetched data
380
  records = []