Spaces:
Runtime error
Runtime error
Commit
·
ab5cce1
1
Parent(s):
895ca7b
Update ecogsphere.py
Browse files- ecogsphere.py +1 -1
ecogsphere.py
CHANGED
|
@@ -29,4 +29,4 @@ def ecf(inp):
|
|
| 29 |
except NameError:
|
| 30 |
response="Wrong Input!"
|
| 31 |
|
| 32 |
-
return response
|
|
|
|
| 29 |
except NameError:
|
| 30 |
response="Wrong Input!"
|
| 31 |
|
| 32 |
+
return response.json
|