Finish refactoring

This commit is contained in:
dmunozv04
2022-04-11 21:40:15 +02:00
parent fe9bd8a8d4
commit c36c8dfa49
11 changed files with 421 additions and 173 deletions

7
main-macos.py Normal file
View File

@@ -0,0 +1,7 @@
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()