Jeff Myers II commited on
Commit
30927bb
·
1 Parent(s): 5fb0729

Removed Entertainment, Health, and Science categories.

Browse files
Files changed (1) hide show
  1. News.py +3 -3
News.py CHANGED
@@ -9,9 +9,9 @@ class News:
9
  __CATEGORIES__ = [
10
  "General",
11
  "Business",
12
- "Entertainment",
13
- "Health",
14
- "Science",
15
  "Technology"
16
  ]
17
 
 
9
  __CATEGORIES__ = [
10
  "General",
11
  "Business",
12
+ # "Entertainment",
13
+ # "Health",
14
+ # "Science",
15
  "Technology"
16
  ]
17