Jeff Myers II commited on
Commit
d409176
·
1 Parent(s): e280ecd

Completed Prototype

Browse files
Files changed (1) hide show
  1. News.py +4 -4
News.py CHANGED
@@ -8,10 +8,10 @@ class News:
8
  __EX_SOURCES__ = ["ABC News", "Bloomberg", "The Hill", "Fox Sports", "Google News", "Newsweek", "Politico"]
9
  __CATEGORIES__ = [
10
  "General",
11
- "Business",
12
- "Entertainment",
13
- "Health",
14
- "Science",
15
  "Technology"
16
  ]
17
 
 
8
  __EX_SOURCES__ = ["ABC News", "Bloomberg", "The Hill", "Fox Sports", "Google News", "Newsweek", "Politico"]
9
  __CATEGORIES__ = [
10
  "General",
11
+ # "Business",
12
+ # "Entertainment",
13
+ # "Health",
14
+ # "Science",
15
  "Technology"
16
  ]
17