Skip to content

Commit

Permalink
Fix Colab authentication issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 11, 2024
1 parent a01cbc4 commit 72f9eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geemap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def ee_initialize(

if auth_mode is None:
if in_colab_shell():
auth_mode = "colab"
auth_mode = "notebook"
else:
auth_mode = "localhost"

Expand Down

0 comments on commit 72f9eac

Please sign in to comment.