Added logic to find CA certs for SSL connections (for frozen apps) and added some logging
This commit is contained in:
@@ -9,6 +9,10 @@ from wx.lib.pubsub import pub
|
||||
|
||||
from html import HTML
|
||||
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# https://github.com/fuzzysteve/CREST-Market-Downloader/
|
||||
class AuthHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
def do_GET(self):
|
||||
|
||||
Reference in New Issue
Block a user