Skip to content

Commit

Permalink
Removing 'OPENCORPORATES_APIKEY', not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott authored and elliott committed Dec 30, 2020
1 parent c765098 commit 06b1ec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
THEYWORKFORYOU_APIKEY=theyworkforyou
COMPANIES_HOUSE_APIKEY=compouseaniesh
OPENCORPORATES_APIKEY=opencorporates
COMPANIES_HOUSE_APIKEY=companieshouse

NEO4J_HOST=127.0.0.1
NEO4J_PASSWORD=password
Expand Down
1 change: 0 additions & 1 deletion bin/bop_ner_extract
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ from dotenv import load_dotenv

load_dotenv()
COMPANIES_HOUSE_APIKEY = os.getenv("COMPANIES_HOUSE_APIKEY")
OPENCORPORATES_APIKEY = os.getenv("OPENCORPORATES_APIKEY")
CHARITIES_COMMISION_APIKEY = os.getenv("CHARITIES_COMMISION_APIKEY")

if __name__ == "__main__":
Expand Down

0 comments on commit 06b1ec3

Please sign in to comment.