mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-07 04:16:45 +03:00
7 lines
191 B
Python
7 lines
191 B
Python
from iSponsorBlockTV import helpers
|
|
import sys
|
|
import os
|
|
|
|
if getattr(sys, 'frozen', False):
|
|
os.environ['SSL_CERT_FILE'] = os.path.join(sys._MEIPASS, 'lib', 'cert.pem')
|
|
helpers.app_start() |