mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
add https port 443
This commit is contained in:
parent
45942e1ea4
commit
3a82b3be6c
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ class Wallet:
|
||||||
return conf, unconf
|
return conf, unconf
|
||||||
|
|
||||||
def use_http(self):
|
def use_http(self):
|
||||||
return self.port in [80,8080]
|
return self.port in [80,8080,443]
|
||||||
|
|
||||||
def request(self, request ):
|
def request(self, request ):
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Add table
Reference in a new issue