From 179e187cf353a9e4e12cb81540e7882f300f0520 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 2 Apr 2009 21:53:19 +0000 Subject: [PATCH] fix rss date --- deefuzz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deefuzz.py b/deefuzz.py index 361bf69..b6b1663 100755 --- a/deefuzz.py +++ b/deefuzz.py @@ -202,7 +202,7 @@ class Station(Thread): description = file_name, enclosure = PyRSS2Gen.Enclosure(media_link, str(media_size), 'audio/mpeg'), guid = PyRSS2Gen.Guid(media_link), - pubDate = datetime.datetime(2003, 9, 6, 21, 31)), + pubDate = datetime.datetime.now()), ]) rss.write_xml(open(self.rss_file, "w")) -- 2.39.5