Skip to content

Commit 8e2b677

Browse files
committed
Merge pull request #27 from mbertrand/minor_updates_1
Update GDACS RSS feed URL
2 parents 4200bf3 + b41eaab commit 8e2b677

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dataqs/gdacs/gdacs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class GDACSProcessor(GeoDataProcessor):
2121
prefix = "gdacs_alerts"
2222
layer_title = 'Flood, Quake, Cyclone Alerts - GDACS'
2323
params = {}
24-
base_url = "http://www.gdacs.org/rss.aspx?profile=ARCHIVE&from={}&to={}"
24+
base_url = \
25+
"http://www.gdacs.org/rss.gdacs.aspx?profile=ARCHIVE&from={}&to={}"
2526

2627
def __init__(self, *args, **kwargs):
2728
for key in kwargs.keys():

0 commit comments

Comments
 (0)