Skip to content

Commit

Permalink
Update tahoma.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pzim-devdata authored Nov 25, 2023
1 parent a1a11b8 commit 1a7dbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tahoma.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def info():
USERNAME = input()
print( "\nPlease provide somfy-connect's password for tahoma-pzim : \nIt will be stored here : \n"+passwd_file+"\nYou can leave it empty, but you will need to connect with the --password argument each time")
PASSWORD = getpass()
print( "Do you want to store them in "+passwd_file+" ? \nIf Not, the file will be erased\n(Y/n)")
print( "\nDo you want to store them in "+passwd_file+" ? \nIf Not, the file will be erased\n(Y/n)")
CONSENT = input()
if CONSENT.lower() == 'y'or CONSENT.lower() == 'yes':
os.remove(passwd_file)
Expand Down

0 comments on commit 1a7dbd1

Please sign in to comment.