Skip to content

Commit

Permalink
Bugfix token
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Jul 24, 2017
1 parent 914e479 commit e6a2da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -154,7 +154,7 @@ def get_neighborhood_for_point(lat, lng, commareas):
'key': morph_api_key,
'query': "select distinct hashedTitle from data;"
}).content
SLACK_TOKEN = os.environ('MORPH_SLACK_TOKEN')
SLACK_TOKEN = os.environ['MORPH_SLACK_TOKEN']
SLACK_CHANNEL = "#auntagatha"
sc = SlackClient(SLACK_TOKEN)
poly=geojson.loads(open('SF Find Neighborhoods.geojson').read())['features']
Expand Down

0 comments on commit e6a2da1

Please sign in to comment.