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

Completed Prototype

Browse files
Files changed (1) hide show
  1. News.py +1 -1
News.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  __export__ = ["News"]
6
 
7
  class News:
8
- __EX_SOURCES__ = ["ABC News", "Bloomberg", "The Hill", "Fox Sports", "Google News", "Newsweek"]
9
  __CATEGORIES__ = [
10
  "General",
11
  "Business",
 
5
  __export__ = ["News"]
6
 
7
  class News:
8
+ __EX_SOURCES__ = ["ABC News", "Bloomberg", "The Hill", "Fox Sports", "Google News", "Newsweek", "Politico"]
9
  __CATEGORIES__ = [
10
  "General",
11
  "Business",