[RssNotify] Fix default Settings

master
sfan5 2013-01-07 19:13:19 +01:00
parent 60b7f43453
commit c54c4ffe25
1 changed files with 1 additions and 1 deletions

View File

@ -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