add https port 443

This commit is contained in:
root 2011-11-16 13:51:39 +03:00
parent 45942e1ea4
commit 3a82b3be6c
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ class Wallet:
return conf, unconf
def use_http(self):
return self.port in [80,8080]
return self.port in [80,8080,443]
def request(self, request ):
import time