Skip to content

Commit

Permalink
removes randomization to make debugging easier
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed May 9, 2020
1 parent f51c22a commit b131e6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DownloadRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import urllib2

from PIL import Image
from random import shuffle
import fnmatch

try:
Expand Down Expand Up @@ -337,7 +336,6 @@ def run_scraper_and_log_results():
print "Fetching pano-ids"
pano_list = fetch_pano_ids_from_webserver()
pano_list.remove('tutorial')
shuffle(pano_list)

##### Debug Line - remove for prod ##########
# pano_list = [pano_list[111], pano_list[112]]
Expand Down

0 comments on commit b131e6f

Please sign in to comment.