mirror of
https://github.com/wassname/multifit.git
synced 2026-09-09 11:27:26 +08:00
jp -> ja
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import fire
|
||||
import urllib.request
|
||||
from pathlib import Path
|
||||
|
||||
lang_codes = ['fr', 'jp', 'en', 'de']
|
||||
lang_codes = ['fr', 'ja', 'en', 'de']
|
||||
|
||||
def fetch_cls(url_prefix, cls_path="data/cls"):
|
||||
""" Fetch CLS from server using basic auth
|
||||
|
||||
Reference in New Issue
Block a user