Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Feb 9, 2017
1 parent 5177c74 commit 1eb9a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -9,7 +9,7 @@
productIDs='4bfc6c57-98c0-424f-a72e-c1e2a1d49939'

#Uber with SDK
accessToken=os.environ('MORPH_ACCESS_TOKEN')
accessToken=os.environ['MORPH_ACCESS_TOKEN']

url='https://api.uber.com/v1.2/products?latitude=%(1)s&longitude=%(2)s' % {'1':gps_Shoreham[0],'2':gps_Shoreham[1]}
r=requests.get(url,headers={'Authorization':"Bearer %s" % accessToken})
Expand Down

0 comments on commit 1eb9a53

Please sign in to comment.