Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed May 23, 2024
1 parent dbfd6f2 commit 7f5d847
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions geefcc/ee_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ def ee_initialize(token_name, project, **kwargs):
f.write(credential)

# Initialize
ee.Initialize(project=project,
**kwargs)
ee.Initialize(project=project, **kwargs)


# End

0 comments on commit 7f5d847

Please sign in to comment.