From 2a72a32d849e0696aec7f90f4fd670fd864aea93 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 18 Jun 2021 20:01:05 +0200 Subject: Remove count at start of language files that wasn't being read. --- scripts/update-language-subtags | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update-language-subtags b/scripts/update-language-subtags index 20db5219..eb5d01e8 100755 --- a/scripts/update-language-subtags +++ b/scripts/update-language-subtags @@ -34,7 +34,6 @@ with urllib.request.urlopen('https://www.iana.org/assignments/language-subtag-re for k, v in lists.items(): with open(os.path.join('tags', k), 'w') as f: - print(len(v), file=f) for e in v: print(e[0], file=f) print(e[1], file=f) -- cgit v1.2.3