From fa324af583572fa70e32f8c63017f5c50a56e393 Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 13 Nov 2016 21:58:47 -0500 Subject: [PATCH] print course info when indexing for debug purposes --- src/goasearch.py | 1 + 1 file changed, 1 insertion(+) 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