fix bug related to finding speedtest server urls
This commit is contained in:
parent
7b09d8759f
commit
1ef44fcc1f
|
@ -31,7 +31,7 @@ __version__ = '0.3.4'
|
||||||
user_agent = None
|
user_agent = None
|
||||||
source = None
|
source = None
|
||||||
shutdown_event = None
|
shutdown_event = None
|
||||||
scheme = 'http'
|
scheme = 'https'
|
||||||
|
|
||||||
|
|
||||||
# Used for bound_interface
|
# Used for bound_interface
|
||||||
|
|
Loading…
Reference in New Issue