mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 04:03:42 +01:00
add more modules to credits, fix SSL not being found and downloads crashing on executables with certifi
This commit is contained in:
3
run.py
3
run.py
@@ -1,7 +1,8 @@
|
||||
import os
|
||||
import os, certifi
|
||||
bin_path = os.path.join(os.getcwd(), "bin")
|
||||
current_path = os.environ.get("PATH", "")
|
||||
os.environ["PATH"] = f"{bin_path}{os.pathsep}{current_path}"
|
||||
os.environ['SSL_CERT_FILE'] = certifi.where() # Fix SSL not working and downloads crashing.
|
||||
|
||||
import pyglet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user