Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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 |
|