Skip to content

Commit

Permalink
Update EarthRanger_IO.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored May 9, 2023
1 parent 5390c60 commit 124ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/01. IO/EarthRanger_IO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"outputs": [],
"source": [
"ER_SERVER = os.getenv(\"ER_SERVER\", \"https://mepdev.pamdas.org\")\n",
"ER_USERNAME = os.getenv(\"ER_USERNAME\", \"gitonga\")\n",
"ER_USERNAME = os.getenv(\"ER_USERNAME\", \"username\") # replace username with your username\n",
"\n",
"ER_PASSWORD = os.getenv(\"ER_PASSWORD\", \"\")\n",
"\n",
Expand Down

0 comments on commit 124ceba

Please sign in to comment.