Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a23a6e

Browse files
committed
[unicode.py] use secure protocols
1 parent269e0f9 commit8a23a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/unicode.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ def is_surrogate(n):
6464
deffetch(f):
6565
ifnotos.path.exists(os.path.basename(f)):
6666
if"emoji"inf:
67-
os.system("curl -Ohttp://www.unicode.org/Public/%s/ucd/emoji/%s"
67+
os.system("curl -Ohttps://www.unicode.org/Public/%s/ucd/emoji/%s"
6868
% (UNICODE_VERSION_NUMBER,f))
6969
else:
70-
os.system("curl -Ohttp://www.unicode.org/Public/%s/ucd/%s"
70+
os.system("curl -Ohttps://www.unicode.org/Public/%s/ucd/%s"
7171
% (UNICODE_VERSION_NUMBER,f))
7272

7373
ifnotos.path.exists(os.path.basename(f)):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp