From 020df3df01e9164b1d4bf59fade9dd032e28b869 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sun, 24 Feb 2013 18:34:01 +0100 Subject: [PATCH] [RssNotify] Update Links --- rssnotify.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rssnotify.py b/rssnotify.py index bb6bfde..32717ab 100755 --- a/rssnotify.py +++ b/rssnotify.py @@ -16,7 +16,7 @@ rssnotify["last_updated_feeds"] = {} rssnotify["last_update"] = time.time() rssnotify["dont_print_first_message"] = True -rssnotify["update_cooldown"] = 30 # in seconds +rssnotify["update_cooldown"] =60 # in seconds rssnotify["show_commit_link"] = True rssnotify["use_git.io"] = True @@ -30,8 +30,8 @@ def rsscheck(phenny, input): print("[LOG]: Checking RSS Feeds...") start = time.time() feeds = [ - 'https://github.com/celeron55/minetest/commits/master.atom', - 'https://github.com/celeron55/minetest_game/commits/master.atom', + 'https://github.com/minetest/minetest/commits/master.atom', + 'https://github.com/mintest/minetest_game/commits/master.atom', 'https://github.com/Uberi/MineTest-WorldEdit/commits/master.atom', 'https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom' ]