Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
bb99fca
1
Parent(s):
00dd4fa
Update ecogsphere.py
Browse files- ecogsphere.py +1 -2
ecogsphere.py
CHANGED
@@ -9,8 +9,7 @@ RB_TOKEN=str(int(8**math.sqrt(1)+math.factorial(int(math.log2(int(math.log10(10)
|
|
9 |
RA_TOKEN = os.environ.get('RA_KEY')
|
10 |
if RA_TOKEN is None:
|
11 |
RA_TOKEN=""
|
12 |
-
RA_TOKEN = "bd9aa1d28bmsh04ce300944d4185p14d490jsn690bae90367"+ RB_TOKEN+RA_TOKEN #"e7f300e459msh7f98e6918f0cad6p12f7c4jsn3a76c0dfa7"+ RB_TOKEN+RA_TOKEN+'c'
|
13 |
-
#"0eb1c72c02mshff1677e9c2e4928p1be55cjsn0fead1e1a6c" + RB_TOKEN+RA_TOKEN #
|
14 |
url = "https://youtube-search-results.p.rapidapi.com/youtube-search/"
|
15 |
|
16 |
headers = {
|
|
|
9 |
RA_TOKEN = os.environ.get('RA_KEY')
|
10 |
if RA_TOKEN is None:
|
11 |
RA_TOKEN=""
|
12 |
+
RA_TOKEN = "0eb1c72c02mshff1677e9c2e4928p1be55cjsn0fead1e1a6c" + RB_TOKEN+RA_TOKEN #"bd9aa1d28bmsh04ce300944d4185p14d490jsn690bae90367"+ RB_TOKEN+RA_TOKEN #"e7f300e459msh7f98e6918f0cad6p12f7c4jsn3a76c0dfa7"+ RB_TOKEN+RA_TOKEN+'c'
|
|
|
13 |
url = "https://youtube-search-results.p.rapidapi.com/youtube-search/"
|
14 |
|
15 |
headers = {
|