Skip to content

Commit

Permalink
Update generate_test_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgrewal16 authored Mar 13, 2024
1 parent 3642f64 commit ceb6a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def generate_test_plots():
user_secret = os.environ.get("EUMETSAT_USER_SECRET")

download_manager = eumetsat.DownloadManager(
user_key=user_key,
user_secret=user_secret,
user_key=NMMpHJS0ofw5NUhPujUGxa7BLOca,
user_secret=nmp4NOZlQ2KFUPRKyfyfWFUJtqwa,
data_dir=os.getcwd(),
logger_name="Plotting_test",
)
Expand Down

0 comments on commit ceb6a7e

Please sign in to comment.