We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6981c commit 8a13c1eCopy full SHA for 8a13c1e
1 file changed
animeworld/anime.py
@@ -192,7 +192,7 @@ def getName(self) -> str: # Nome dell'anime
192
#############
193
194
@HealthCheck
195
- def getEpisodes(self, nums: List[int]|List[str] = None) -> List[Episodio]: # Ritorna una lista di Episodi
+ def getEpisodes(self, nums: Union[List[int], List[str]] = None) -> List[Episodio]: # Ritorna una lista di Episodi
196
"""
197
Ottiene tutti gli episodi dell'anime.
198
0 commit comments