We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4200bf3 + b41eaab commit 8e2b677Copy full SHA for 8e2b677
1 file changed
dataqs/gdacs/gdacs.py
@@ -21,7 +21,8 @@ class GDACSProcessor(GeoDataProcessor):
21
prefix = "gdacs_alerts"
22
layer_title = 'Flood, Quake, Cyclone Alerts - GDACS'
23
params = {}
24
- base_url = "http://www.gdacs.org/rss.aspx?profile=ARCHIVE&from={}&to={}"
+ base_url = \
25
+ "http://www.gdacs.org/rss.gdacs.aspx?profile=ARCHIVE&from={}&to={}"
26
27
def __init__(self, *args, **kwargs):
28
for key in kwargs.keys():
0 commit comments