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
Whenever the token refresh is hit and the function returns, it will continue on to the error which is probably why issues #19 and #9 were also created.
Adding a 'return' at the beginning of this line will make it so that it returns the value of the recursively called function and exit the initially called function.
This will stop it from flowing onto the error message and returning the blank string, indicating a failure to retrieve the book URL.
The text was updated successfully, but these errors were encountered:
packtpub-downloader/main.py
Line 67 in f0e03ff
Whenever the token refresh is hit and the function returns, it will continue on to the error which is probably why issues #19 and #9 were also created.
Adding a 'return' at the beginning of this line will make it so that it returns the value of the recursively called function and exit the initially called function.
This will stop it from flowing onto the error message and returning the blank string, indicating a failure to retrieve the book URL.
The text was updated successfully, but these errors were encountered: