diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-18 20:01:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-18 20:01:05 +0200 |
| commit | 2a72a32d849e0696aec7f90f4fd670fd864aea93 (patch) | |
| tree | aa58cc6a0b5383037d5cec235299b968092397f8 /scripts | |
| parent | 2932ce58d36f3fdff7efb87ec409a26edafad23d (diff) | |
Remove count at start of language files that wasn't being read.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/update-language-subtags | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
