Fix SSL not working by using certifi to find them.

This commit is contained in:
csd4ni3l
2025-07-21 14:14:56 +02:00
parent d44964b9c2
commit 385552bb08
4 changed files with 17 additions and 0 deletions

3
run.py
View File

@@ -1,3 +1,6 @@
import os, certifi
os.environ['SSL_CERT_FILE'] = certifi.where() # Fix SSL not working
import pyglet
pyglet.options.debug_gl = False