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

Commit1a8846e

Browse files
authored
Merge pull request#24 from mrluc/patch-1
Change file download urls to pull from https
2 parentsf42826a +7f7b26e commit1a8846e

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
@@ -46,7 +46,7 @@
4646
# Download a Unicode security table file
4747
deffetch(f):
4848
ifnotos.path.exists(os.path.basename(f)):
49-
os.system("curl -Ohttp://www.unicode.org/Public/security/%s/%s"
49+
os.system("curl -Ohttps://www.unicode.org/Public/security/%s/%s"
5050
% (UNICODE_VERSION_NUMBER,f))
5151

5252
ifnotos.path.exists(os.path.basename(f)):
@@ -56,7 +56,7 @@ def fetch(f):
5656
# Download a UCD table file
5757
deffetch_unidata(f):
5858
ifnotos.path.exists(os.path.basename(f)):
59-
os.system("curl -Ohttp://www.unicode.org/Public/%s/ucd/%s"
59+
os.system("curl -Ohttps://www.unicode.org/Public/%s/ucd/%s"
6060
% (UNICODE_VERSION_NUMBER,f))
6161

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp