Spaces:
Runtime error
Runtime error
Call the right function name -_-
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def get_lang_description_from_mapping_name(string_to_check, add_iso_url=False):
|
|
16 |
|
17 |
|
18 |
|
19 |
-
lang =
|
20 |
if lang:
|
21 |
items = []
|
22 |
for key, value in lang.describe().items():
|
|
|
16 |
|
17 |
|
18 |
|
19 |
+
lang = get_langcode_lang_from_mapping_name(string_to_check)
|
20 |
if lang:
|
21 |
items = []
|
22 |
for key, value in lang.describe().items():
|