From 41d3dcc6c45c0e8a2508f938fe64789fd2ed4250 Mon Sep 17 00:00:00 2001 From: cortezroberto Date: Mon, 4 Jul 2022 19:18:52 -0500 Subject: [PATCH] Max requests limit edited --- src/data/sources.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/sources.json b/src/data/sources.json index 3c5c771..e1d7a07 100644 --- a/src/data/sources.json +++ b/src/data/sources.json @@ -33,5 +33,10 @@ "name": "Reuters", "site": "https://www.reuters.com/business/energy/", "base": "https://www.reuters.com" + }, + { + "name": "Washington Post", + "site": "https://www.washingtonpost.com/energy/", + "base": "https://www.washingtonpost.com/" } ]