Oops remove the testcode.
authorScott Gasch <[email protected]>
Tue, 7 Apr 2026 19:58:27 +0000 (12:58 -0700)
committerScott Gasch <[email protected]>
Tue, 7 Apr 2026 19:58:27 +0000 (12:58 -0700)
urbanist_renderer.py

index 9427f0b6fc1a07cb7a141763a6fa9b54841b968a..807fcf51bb9003b19a691d50203fd384ce02e6ec 100644 (file)
@@ -55,13 +55,13 @@ class urbanist_renderer(gnrss.generic_news_rss_renderer):
 
 
 # Test
-x = urbanist_renderer(
-   {"Fetch News" : 1,
-    "Shuffle News" : 1},
-    "www.theurbanist.org",
-   [ "/rss/" ],
-   "Test" )
-if x.fetch_news() == 0:
-    print("Error fetching news, no items fetched.")
-else:
-    x.shuffle_news()
+#x = urbanist_renderer(
+#   {"Fetch News" : 1,
+#    "Shuffle News" : 1},
+#    "www.theurbanist.org",
+#   [ "/rss/" ],
+#   "Test" )
+#if x.fetch_news() == 0:
+#    print("Error fetching news, no items fetched.")
+#else:
+#    x.shuffle_news()