CognitiveScience commited on
Commit
595f028
·
1 Parent(s): 22962df

Update ecogsphere.py

Browse files
Files changed (1) hide show
  1. 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(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:
 
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: