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

Commit3571dac

Browse files
authored
http -> https 1x in unicode.py
1 parent974eb90 commit3571dac

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 -Ohttp://www.unicode.org/Public/%s/ucd/%s"
62+
os.system("curl -Ohttps://www.unicode.org/Public/%s/ucd/%s"
6363
% (UNICODE_VERSION_NUMBER,f))
6464

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp