Omnibus commited on
Commit
a6e671f
1 Parent(s): 5d9c599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def find_rss(rss_url):
33
  pass
34
  json_box.append(json_dict)
35
  json_box.append(json_dict_other)
36
- return json_box
37
 
38
  def get_rss(rss_url):
39
  r = requests.get(f'{rss_url}')
 
33
  pass
34
  json_box.append(json_dict)
35
  json_box.append(json_dict_other)
36
+ yield json_box
37
 
38
  def get_rss(rss_url):
39
  r = requests.get(f'{rss_url}')