chore: change indent

This commit is contained in:
2022-06-24 21:00:00 +01:00
parent 34d6980cac
commit 3108ab1c1f
3 changed files with 18 additions and 200 deletions

View File

@@ -97,5 +97,5 @@ FEEDS = {
/ "data"
/ "scrapy"
/ "raw_country_data"
/ "countries.json": {"format": "json", "encoding": "utf8", "store_empty": False}
/ "countries.json": {"format": "json", "encoding": "utf8", "store_empty": False, "indent": 2}
}