Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Omnibus/news-rss-aggregator
Nymbo
/
news-rss-aggregator
like
0
Sleeping
App
Files
Files
Community
Omnibus
commited on
Jan 25
Commit
2ee2a2c
•
1 Parent(s):
7ecb184
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ import json
8
9
10
def read_rss():
11
-
f = open('
feeds
.json')
12
data = json.load(f)
13
return data
14
8
9
10
def read_rss():
11
+
f = open('
feeds_sorted
.json')
12
data = json.load(f)
13
return data
14