Files
iSponsorBlockTV/main-macos.py
dmunozv04 816b4ec9ef Fix the docker bug #22
Make video ids hashed
Get 10 videos from youtube to make sure that the right id is found
Refactored the api calls
2022-04-22 14:45:32 +02:00

8 lines
192 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()