From 8282b116058dbce1b104a5c6d206cf053bdda074 Mon Sep 17 00:00:00 2001 From: DFectuoso Date: Tue, 13 Mar 2012 03:13:29 -0500 Subject: [PATCH] Updated RSS to fogota --- app.yaml | 2 +- handlers/RssHandler.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.yaml b/app.yaml index 40a9ae5..df83e89 100755 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -application: fogata +application: sgfogata version: 5 runtime: python api_version: 1 diff --git a/handlers/RssHandler.py b/handlers/RssHandler.py index 78bb391..97a83c0 100644 --- a/handlers/RssHandler.py +++ b/handlers/RssHandler.py @@ -67,9 +67,9 @@ def get(self): )) rss = PyRSS2Gen.RSS2( - title = "Noticias Hacker", - link = "http://noticiashacker.com/", - description = "Noticias Hacker", + title = "Fogata", + link = "http://www.fogata.co/", + description = "Fogata", lastBuildDate = datetime.now(), items = items )