fixed news, now uses site, no reprompt
This commit is contained in:
parent
41da4ee275
commit
3bf078ae0b
|
|
@ -74,7 +74,8 @@ def search_for(searchTerm):
|
|||
|
||||
@ask.intent('News', mapping={'site': 'Site'}, default={'site': ''})
|
||||
def news(site):
|
||||
site = util.get_session_value(session.attributes, "siteName")
|
||||
session.attributes["siteName"] = site
|
||||
#site = util.get_session_value(session.attributes, "siteName")
|
||||
|
||||
if site is not None:
|
||||
obj = get_site_obj(site)
|
||||
|
|
|
|||
1855
reader/stopwords.txt
1855
reader/stopwords.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue