Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,8 @@ import io
|
|
| 7 |
parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| 8 |
sys.path.append(parent_dir)
|
| 9 |
|
|
|
|
|
|
|
| 10 |
|
| 11 |
import ee
|
| 12 |
# Add Google Service account credential. Authenticates to the Earth Engine servers.
|
|
|
|
| 7 |
parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| 8 |
sys.path.append(parent_dir)
|
| 9 |
|
| 10 |
+
print_with_line_number(os.environ.get("SERVICE_EMAIL"))
|
| 11 |
+
|
| 12 |
|
| 13 |
import ee
|
| 14 |
# Add Google Service account credential. Authenticates to the Earth Engine servers.
|