Skip to content

Commit

Permalink
logsearch, print statement added
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Feb 9, 2022
1 parent 7bb17b9 commit 981462d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hipercam/scripts/logsearch.py
Expand Up @@ -191,6 +191,7 @@ def logsearch(args=None):
elif prompted:
# successful, will store password in the keyring
keyring.set_password("Data logs", dbase, pword)
print(f'Downloaded {dbase}.db')
print(f' stored password for {dbase} in keyring')

# check return from curl
Expand Down

0 comments on commit 981462d

Please sign in to comment.