Skip to content

Commit

Permalink
I'm really stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed May 3, 2014
1 parent 6e22d13 commit 069cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rssnotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def rsscheck(phenny, input):
('https://github.com/minetest/minetestmapper/commits/master.atom', allchans),
('https://github.com/Uberi/MineTest-WorldEdit/commits/master.atom', allchans),
('https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom', allchans),
('https://github.com/BlockMen/minetest_next/master.atom', ['##minetest-next']),
('https://github.com/BlockMen/minetest_next/commits/master.atom', ['##minetest-next']),
]
for v in xrange(0, len(feeds)):
url = feeds[v][0]
Expand Down

0 comments on commit 069cd32

Please sign in to comment.