changed oauth script

This commit is contained in:
Michael Chalupiak 2024-09-08 00:45:15 -04:00
parent 0ff6093d77
commit c480aefa9f

View File

@ -45,7 +45,7 @@ import readline
# encryption and decryption pipes you prefer. They should read from standard
# input and write to standard output. The example values here invoke GPG,
# although won't work until an appropriate identity appears in the first line.
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mikecchalupiak@outlook.com']
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mchalupiak']
DECRYPTION_PIPE = ['gpg', '--decrypt']
registrations = {