Commit
·
03d436e
1
Parent(s):
67a135a
Update playlist_duration.py
Browse files- playlist_duration.py +1 -1
playlist_duration.py
CHANGED
|
@@ -6,7 +6,7 @@ import gradio as gr
|
|
| 6 |
from urllib.parse import urlparse, parse_qs
|
| 7 |
from contextlib import suppress
|
| 8 |
|
| 9 |
-
api_key =
|
| 10 |
import googleapiclient
|
| 11 |
from googleapiclient.discovery import build
|
| 12 |
from googleapiclient.errors import HttpError
|
|
|
|
| 6 |
from urllib.parse import urlparse, parse_qs
|
| 7 |
from contextlib import suppress
|
| 8 |
|
| 9 |
+
api_key = api_key_secret
|
| 10 |
import googleapiclient
|
| 11 |
from googleapiclient.discovery import build
|
| 12 |
from googleapiclient.errors import HttpError
|