Spaces:
Runtime error
Runtime error
Commit
·
595f028
1
Parent(s):
22962df
Update ecogsphere.py
Browse files- ecogsphere.py +1 -1
ecogsphere.py
CHANGED
@@ -2,7 +2,7 @@ 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:
|
|
|
2 |
import os
|
3 |
import math
|
4 |
|
5 |
+
RB_TOKEN=str(int(math.sqrt(1)+math.factorial(int(math.log2(int(math.log10(10)))))))
|
6 |
|
7 |
RA_TOKEN = os.environ.get('RA_KEY')
|
8 |
if RA_TOKEN is None:
|