Spaces:
Sleeping
Sleeping
=
commited on
Commit
·
2ab9e00
1
Parent(s):
4ca9890
up name of test line
Browse files- lib/Transcriber.jl +2 -2
lib/Transcriber.jl
CHANGED
@@ -10,8 +10,8 @@ function __init__()
|
|
10 |
from youtube_transcript_api import YouTubeTranscriptApi
|
11 |
from youtube_transcript_api.proxies import WebshareProxyConfig
|
12 |
|
13 |
-
print(f"Debug - Found webshareuser: {'YES' if
|
14 |
-
print(f"Debug - Found websharepass: {'YES' if
|
15 |
|
16 |
webshareuser = os.environ.get("WEBSHAREUSER") # Changed from webuser to webshareuser
|
17 |
websharepass = os.environ.get("WEBSHAREPASS")
|
|
|
10 |
from youtube_transcript_api import YouTubeTranscriptApi
|
11 |
from youtube_transcript_api.proxies import WebshareProxyConfig
|
12 |
|
13 |
+
print(f"Debug - Found webshareuser: {'YES' if WEBSHAREUSER else 'NO'}")
|
14 |
+
print(f"Debug - Found websharepass: {'YES' if WEBSHAREPASS else 'NO'}")
|
15 |
|
16 |
webshareuser = os.environ.get("WEBSHAREUSER") # Changed from webuser to webshareuser
|
17 |
websharepass = os.environ.get("WEBSHAREPASS")
|