Added logic to find CA certs for SSL connections (for frozen apps) and added some logging

This commit is contained in:
blitzmann
2015-10-24 23:32:15 -04:00
parent c04b7e0552
commit 167eb60fe3
4 changed files with 20 additions and 4 deletions

View File

@@ -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):