We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859d5d7 commit c19e412Copy full SHA for c19e412
databank/management/commands/sources/RELIEFWEB.py
@@ -10,7 +10,7 @@
10
11
logger = logging.getLogger(__name__)
12
13
-DISASTER_API = "https://api.reliefweb.int/v1/disasters/"
+DISASTER_API = "https://api.reliefweb.int/v1/disasters/?appname=IFRCReport" # Change it to an env var
14
RELIEFWEB_DATETIME_FORMAT = "%Y-%m-%d"
15
16
0 commit comments