nasa / harmony-py

Python client library for working with NASA’s Earth observing system data using Harmony. https://harmony.earthdata.nasa.gov
Other
50 stars 20 forks source link

Updated `basic.ipynb` in examples to use `username.placeholder` and `password.placeholder` #75

Closed eni-awowale closed 10 months ago

eni-awowale commented 10 months ago

Description

L68 and L70 use placeholder in helper.Text but when you try logging in (L89) it checks for value (username.value and password.value). I updated line L89 to check username.placeholder and password.placeholder instead.

Local Test Steps

N/A No tests added

PR Acceptance Checklist