Skip to content

Commit

Permalink
bugfix main
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Apr 6, 2017
2 parents e31a788 + 4073691 commit 3f42b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -63,7 +63,7 @@ def getPrice(start_latitude,start_longitude,end_latitude,end_longitude,productID
unique_keys=['timestamp','product_id'],
data=dict(params,**{'price':requestp2['fare']['value'],'timestamp':time.strftime('%Y-%m-%d %H:%M:%S')}))

def __main__():
def main():
#Get GPS Coords;
gps_MPP=getGPS('151 N Michigan Ave, Chicago, IL 60601');
gps_Shoreham=getGPS('400 East South Water St, Chicago, IL 60601');
Expand Down

0 comments on commit 3f42b3e

Please sign in to comment.