From c54c4ffe259a70883109787b5dedca22e385c9b5 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 7 Jan 2013 19:13:19 +0100 Subject: [PATCH] [RssNotify] Fix default Settings --- rssnotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rssnotify.py b/rssnotify.py index 8df202c..12fc051 100755 --- a/rssnotify.py +++ b/rssnotify.py @@ -15,7 +15,7 @@ def get_arrayindex(array,val): rssnotify["last_updated_feeds"] = {} rssnotify["last_update"] = time.time() -rssnotify["dont_print_first_message"] = False +rssnotify["dont_print_first_message"] = True rssnotify["update_cooldown"] = 30 # in seconds rssnotify["say_to_channel"] = '#minetest' rssnotify["show_commit_link"] = True