Skip to content

Commit

Permalink
Added a halt at the end, bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvbl committed Jun 19, 2017
1 parent 7e04ebe commit 478fd16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def processTest(pathThusFar, testURL, session):

pages_remaining = True
while pages_remaining:
row_index = 1
row_index = 0
entries_remaining = True
while entries_remaining:
try:
Expand Down Expand Up @@ -1496,6 +1496,7 @@ def processBulletins(pathThusFar, courseURL, session, courseID):
processFolder(course_folder, root_folder_url, session, courseIndex, catch_up_state=catch_up_directions)

print('Done. Everything was downloaded successfully!')
input('Press Enter to exit.')



Expand Down

0 comments on commit 478fd16

Please sign in to comment.