Update HTTP to HTTPS (#7548)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
83165ffe9c
commit
0da13831cf
47 changed files with 62 additions and 62 deletions
|
|
@ -520,7 +520,7 @@ def test_hub():
|
|||
|
||||
export_fmts_hub()
|
||||
logout()
|
||||
smart_request('GET', 'http://github.com', progress=True)
|
||||
smart_request('GET', 'https://github.com', progress=True)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue