Improve logging & messages returned

This commit is contained in:
Dylan
2023-08-13 15:23:08 +01:00
parent e0713a8eeb
commit 189f42ef79
3 changed files with 3 additions and 1 deletions

View File

@ -166,6 +166,7 @@ def extractStatus(url):
try:
return method(url)
except Exception as e:
print(f"{method.__name__} method failed: {str(e)}")
continue
raise twExtractError.TwExtractError(400, "Extract error")