Skip to content
Snippets Groups Projects
Commit c99ea1c2 authored by inso's avatar inso
Browse files

Removing old call to set Github CA

parent 8e3403ef
No related branches found
No related tags found
No related merge requests found
......@@ -15,17 +15,6 @@ from cutecoin.core.app import Application
if __name__ == '__main__':
# activate ctrl-c interrupt
signal.signal(signal.SIGINT, signal.SIG_DFL)
if getattr(sys, 'frozen', False):
# The application is frozen
datadir = os.path.dirname(sys.executable)
os.environ["REQUESTS_CA_BUNDLE"] = os.path.join(datadir, "DigiCertHighAssuranceEVRootCA.crt")
else:
# The application is not frozen
# Change this bit to match where you store your data files:
datadir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
os.environ["REQUESTS_CA_BUNDLE"] = os.path.join(datadir,
"res", "certs",
"DigiCertHighAssuranceEVRootCA.crt")
cutecoin = QApplication(sys.argv)
app = Application(sys.argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment