Skip to content

Commit

Permalink
Test scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Feb 9, 2017
1 parent 636b9b6 commit 800ce2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -70,6 +70,7 @@ def main():
gps_Shoreham=getGPS('400 East South Water St, Chicago, IL 60601');
gps_Harper=getGPS('5807 S Woodlawn Ave, Chicago, IL 60637');
productIDs=getProducts(accessToken,gps_Shoreham.latitude,gps_Shoreham.longitude)
print productIDs

while time.localtime().tm_hour<17:
getPrice(productIDs,gps_MPP.latitude,gps_MPP.longitude,gps_Harper.latitude,gps_Harper.longitude)
Expand Down

0 comments on commit 800ce2d

Please sign in to comment.