Update speedtest.py

This commit is contained in:
DedSecer 2019-10-25 18:13:28 +08:00 committed by GitHub
parent c58ad3367b
commit d53387af0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ import datetime
import platform
import threading
import xml.parsers.expat
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
try:
import gzip