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
For example trying to access anime.title.english shouldn't result in an AttributeError when anilist doesn't return one
It should instead return None
The current way to check if the value exists is with hasattr which is mostly inconvenient
For example trying to access
anime.title.englishshouldn't result in an AttributeError when anilist doesn't return oneIt should instead return None
The current way to check if the value exists is with hasattr which is mostly inconvenient