Dingyi6 commited on
Commit
d3b1ee0
·
1 Parent(s): a1cddc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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.