changed oauth script
This commit is contained in:
parent
0ff6093d77
commit
c480aefa9f
@ -45,7 +45,7 @@ import readline
|
|||||||
# encryption and decryption pipes you prefer. They should read from standard
|
# encryption and decryption pipes you prefer. They should read from standard
|
||||||
# input and write to standard output. The example values here invoke GPG,
|
# 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.
|
# 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']
|
DECRYPTION_PIPE = ['gpg', '--decrypt']
|
||||||
|
|
||||||
registrations = {
|
registrations = {
|
||||||
|
Loading…
Reference in New Issue
Block a user