You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
There is a
check_download_file()in theTLShowclass in theshow.pyfile. If it throws an exception, it should call theraise_exception_and_wait()function instead of throwing the exception directly.