minko186 commited on
Commit
10aedaa
·
1 Parent(s): 078999d

fixed url_content var error

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)