Spaces:
Runtime error
Runtime error
fixed url_content var error
Browse files
app.py
CHANGED
@@ -435,6 +435,7 @@ def generate_and_format(
|
|
435 |
user_comments: str = None,
|
436 |
):
|
437 |
content_string = ""
|
|
|
438 |
if google_search_check:
|
439 |
date_from = build_date(year_from, month_from, day_from)
|
440 |
date_to = build_date(year_to, month_to, day_to)
|
|
|
435 |
user_comments: str = None,
|
436 |
):
|
437 |
content_string = ""
|
438 |
+
url_content = None
|
439 |
if google_search_check:
|
440 |
date_from = build_date(year_from, month_from, day_from)
|
441 |
date_to = build_date(year_to, month_to, day_to)
|