Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Nov 20, 2015
1 parent 20759d2 commit 81f1224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def defPaths():

if isFrozen():
os.environ["REQUESTS_CA_BUNDLE"] = os.path.join(pyfaPath, "cacert.pem")
os.environ["SSL_CERT_FILE"] = os.path.join(pyfaPath, "cacert.pem")

format = '%(asctime)s %(name)-24s %(levelname)-8s %(message)s'
logging.basicConfig(format=format, level=logLevel)
Expand Down

0 comments on commit 81f1224

Please sign in to comment.