Browse Source

print course info when indexing for debug purposes

master
wes 9 years ago
parent
commit
fa324af583
  1. 1
      src/goasearch.py

1
src/goasearch.py

@ -14,6 +14,7 @@ except Exception as e:
print "Downloading course info"
for c in allCourses():
try:
print c
print indexListing(c)
except UnIndexable as e:
print e

Loading…
Cancel
Save