Spaces:
Runtime error
Runtime error
Commit
·
5fe5cd4
1
Parent(s):
dd7f2cf
Update ecogsphere.py
Browse files- ecogsphere.py +2 -2
ecogsphere.py
CHANGED
|
@@ -4,12 +4,12 @@ import math
|
|
| 4 |
import json
|
| 5 |
#import pandas as pd
|
| 6 |
|
| 7 |
-
RB_TOKEN=str(int(math.sqrt(1)+math.factorial(int(math.log2(int(math.log10(10)))))))
|
| 8 |
|
| 9 |
RA_TOKEN = os.environ.get('RA_KEY')
|
| 10 |
if RA_TOKEN is None:
|
| 11 |
RA_TOKEN=""
|
| 12 |
-
RA_TOKEN = "
|
| 13 |
|
| 14 |
url = "https://youtube-search-results.p.rapidapi.com/youtube-search/"
|
| 15 |
|
|
|
|
| 4 |
import json
|
| 5 |
#import pandas as pd
|
| 6 |
|
| 7 |
+
RB_TOKEN=str(int(8**math.sqrt(1)+math.factorial(int(math.log2(int(math.log10(10)))))))
|
| 8 |
|
| 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
|
| 13 |
|
| 14 |
url = "https://youtube-search-results.p.rapidapi.com/youtube-search/"
|
| 15 |
|