Spaces:
Runtime error
Runtime error
Commit
·
16d05f3
1
Parent(s):
f07a76e
Update ecogsphere.py
Browse files- ecogsphere.py +1 -1
ecogsphere.py
CHANGED
|
@@ -12,7 +12,7 @@ headers = {
|
|
| 12 |
"X-RapidAPI-Host": "youtube-search-results.p.rapidapi.com"
|
| 13 |
}
|
| 14 |
|
| 15 |
-
def
|
| 16 |
inp=querystring
|
| 17 |
|
| 18 |
if inp is None:
|
|
|
|
| 12 |
"X-RapidAPI-Host": "youtube-search-results.p.rapidapi.com"
|
| 13 |
}
|
| 14 |
|
| 15 |
+
def ecf(inp):
|
| 16 |
inp=querystring
|
| 17 |
|
| 18 |
if inp is None:
|