summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-07-21 18:48:08 -0400
committerrsiddharth <s@ricketyspace.net>2019-07-21 18:48:08 -0400
commit7536a86a5f9b3ca1757f967e9c5accc82ad6b19f (patch)
treed64aaf6782b688fb28658ae80eba0901c6f58932 /bin
parent2d1a86f2a275bee45e1d762fe3e7e0b236f0c8a0 (diff)
bin/feed: Fix URL.
Diffstat (limited to 'bin')
-rw-r--r--bin/feed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feed b/bin/feed
index c6159da..8c3e82d 100644
--- a/bin/feed
+++ b/bin/feed
@@ -14,7 +14,7 @@ import subprocess as subp
import sys
-URL = 'https://fsfi.ricketyspace.net'
+URL = 'http://fsf.org.in'
SECTIONS = ['news', 'article']
F_PH = {