Pijush2023 commited on
Commit
a0b9812
·
verified ·
1 Parent(s): daa166f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def get_current_time_and_date():
69
  # Example usage
70
  current_time_and_date = get_current_time_and_date()
71
 
72
- # def fetch_local_events():
73
  api_key = os.environ['SERP_API']
74
  url = f'https://serpapi.com/search.json?engine=google_events&q=Events+in+Omaha&hl=en&gl=us&api_key={api_key}'
75
 
 
69
  # Example usage
70
  current_time_and_date = get_current_time_and_date()
71
 
72
+ def fetch_local_events():
73
  api_key = os.environ['SERP_API']
74
  url = f'https://serpapi.com/search.json?engine=google_events&q=Events+in+Omaha&hl=en&gl=us&api_key={api_key}'
75