File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ async def download_all_sites(sites):
2020
2121if __name__ == "__main__" :
2222 sites = [
23- "http ://www.jython.org" ,
23+ "https ://www.jython.org" ,
2424 "http://olympus.realpython.org/dice" ,
2525 ] * 80
2626 start_time = time .time ()
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def download_all_sites(sites):
2525
2626if __name__ == "__main__" :
2727 sites = [
28- "http ://www.jython.org" ,
28+ "https ://www.jython.org" ,
2929 "http://olympus.realpython.org/dice" ,
3030 ] * 80
3131 start_time = time .time ()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def download_all_sites(sites):
1616
1717if __name__ == "__main__" :
1818 sites = [
19- "http ://www.jython.org" ,
19+ "https ://www.jython.org" ,
2020 "http://olympus.realpython.org/dice" ,
2121 ] * 80
2222 start_time = time .time ()
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def download_all_sites(sites):
2727
2828if __name__ == "__main__" :
2929 sites = [
30- "http ://www.jython.org" ,
30+ "https ://www.jython.org" ,
3131 "http://olympus.realpython.org/dice" ,
3232 ] * 80
3333 start_time = time .time ()
You can’t perform that action at this time.
0 commit comments