Spaces:
Runtime error
Runtime error
ahmedJaafari
commited on
Commit
•
519c9c1
1
Parent(s):
3139835
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
import requests
|
8 |
|
9 |
-
URL = f"https://youtube.googleapis.com/youtube/v3/search?part=id&key={os.getenv('SECRET_YTB_TOKEN')"
|
10 |
|
11 |
|
12 |
def get_channel(URL, channel_name):
|
|
|
6 |
|
7 |
import requests
|
8 |
|
9 |
+
URL = f"https://youtube.googleapis.com/youtube/v3/search?part=id&key={os.getenv('SECRET_YTB_TOKEN')}"
|
10 |
|
11 |
|
12 |
def get_channel(URL, channel_name):
|