8000 http -> https 1x in unicode.py · unicode-rs/unicode-script@3571dac · GitHub
[go: up one dir, main page]

Skip to content

Commit 3571dac

Browse files
authored
http -> https 1x in unicode.py
1 parent 974eb90 commit 3571dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def fetch(f):
5959
os.system("curl -O https://www.unicode.org/Public/emoji/%s.%s/%s"
6060
% (UNICODE_VERSION[0], UNICODE_VERSION[1], f))
6161
else:
62-
os.system("curl -O http://www.unicode.org/Public/%s/ucd/%s"
4D0C 62+
os.system("curl -O https://www.unicode.org/Public/%s/ucd/%s"
6363
% (UNICODE_VERSION_NUMBER, f))
6464

6565
if not os.path.exists(os.path.basename(f)):

0 commit comments

Comments
 (0)
0