Spaces:
Runtime error
Runtime error
Commit
·
9621405
1
Parent(s):
b764f3e
Update ecogsphere.py
Browse files- ecogsphere.py +3 -3
ecogsphere.py
CHANGED
@@ -2,16 +2,16 @@ import requests
|
|
2 |
import os
|
3 |
import math
|
4 |
|
5 |
-
RB_TOKEN=str(int(math.sqrt(
|
6 |
|
7 |
RA_TOKEN = os.environ.get('RA_KEY')
|
8 |
if RA_TOKEN is None:
|
9 |
RA_TOKEN=""
|
10 |
-
RA_TOKEN = "bd9aa1d28bmsh04ce300944d4185p14d490jsn690bae90367"+ RB_TOKEN+RA_TOKEN
|
11 |
|
12 |
url = "https://youtube-search-results.p.rapidapi.com/youtube-search/"
|
13 |
|
14 |
-
querystring = {"q":"
|
15 |
|
16 |
headers = {
|
17 |
"X-RapidAPI-Key": RA_TOKEN,
|
|
|
2 |
import os
|
3 |
import math
|
4 |
|
5 |
+
RB_TOKEN=str(int(math.sqrt(81) #+math.factorial(int(math.log2(int(math.log10(10)))))))
|
6 |
|
7 |
RA_TOKEN = os.environ.get('RA_KEY')
|
8 |
if RA_TOKEN is None:
|
9 |
RA_TOKEN=""
|
10 |
+
RA_TOKEN = "0eb1c72c02mshff1677e9c2e4928p1be55cjsn0fead1e1a6c9" #"bd9aa1d28bmsh04ce300944d4185p14d490jsn690bae90367"+ RB_TOKEN+RA_TOKEN
|
11 |
|
12 |
url = "https://youtube-search-results.p.rapidapi.com/youtube-search/"
|
13 |
|
14 |
+
querystring = {"q":"robert+west"}
|
15 |
|
16 |
headers = {
|
17 |
"X-RapidAPI-Key": RA_TOKEN,
|