Skip to content

Commit

Permalink
Updated RSS to fogota
Browse files Browse the repository at this point in the history
  • Loading branch information
DFectuoso committed Mar 13, 2012
1 parent 688c27e commit 8282b11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.yaml
@@ -1,4 +1,4 @@
application: fogata
application: sgfogata
version: 5
runtime: python
api_version: 1
Expand Down
6 changes: 3 additions & 3 deletions handlers/RssHandler.py
Expand Up @@ -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
)
Expand Down

0 comments on commit 8282b11

Please sign in to comment.