aboutsummaryrefslogtreecommitdiffstats
path: root/insinuations.py
diff options
context:
space:
mode:
Diffstat (limited to 'insinuations.py')
-rw-r--r--insinuations.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/insinuations.py b/insinuations.py
index 282b93e..107c84e 100644
--- a/insinuations.py
+++ b/insinuations.py
@@ -77,5 +77,10 @@ if __name__ == "__main__":
else:
host = "db"
- with database.PayGapDatabase(host = host) as db:
- print(db.search_company("University")) \ No newline at end of file
+ # with database.PayGapDatabase(host = host) as db:
+ # print(db.search_company("University"))
+
+ import app
+ counties = [feature["properties"]["name"] for feature in app.UK_GEOJSON["features"]]
+ print(counties)
+ print(len(counties)) \ No newline at end of file