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