iso639 icon indicating copy to clipboard operation
iso639 copied to clipboard

Key error when getting language details of Filipino using "fil"

Open DablewCodes opened this issue 2 years ago • 0 comments

Traceback (most recent call last):
  File "C:\Users\wajah\Documents\Projects\practice\iso32.py", line 4, in <module>
    print(languages.get(alpha2="fil").name)
  File "C:\Users\wajah\Documents\Projects\practice\venv\lib\site-packages\iso639\iso639.py", line 265, in get
    return getattr(self, key)[value]
KeyError: 'fil'

DablewCodes avatar Mar 24 '24 00:03 DablewCodes