mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-30 14:20:56 +03:00
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
This commit is contained in:
@@ -2,6 +2,6 @@ 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()
|
||||
if getattr(sys, "frozen", False):
|
||||
os.environ["SSL_CERT_FILE"] = os.path.join(sys._MEIPASS, "lib", "cert.pem")
|
||||
helpers.app_start()
|
||||
|
||||
Reference in New Issue
Block a user