From: Scott Gasch Date: Tue, 7 Apr 2026 19:58:27 +0000 (-0700) Subject: Oops remove the testcode. X-Git-Url: https://git.acknak.org/gitweb/?a=commitdiff_plain;h=d04c7da383ff0d28c5ddc053768fa00908ab45bd;p=kiosk.git Oops remove the testcode. --- diff --git a/urbanist_renderer.py b/urbanist_renderer.py index 9427f0b..807fcf5 100644 --- a/urbanist_renderer.py +++ b/urbanist_renderer.py @@ -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()