diff --git a/src/goasearch.py b/src/goasearch.py index a0852fc..b700fd8 100755 --- a/src/goasearch.py +++ b/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