Nashville-Public-Library/talklib

check_download_file() should call raise_exception_and_wait()

Opened this issue · 0 comments

There is a check_download_file() in the TLShow class in the show.py file. If it throws an exception, it should call the raise_exception_and_wait() function instead of throwing the exception directly.