Browse Source

Changed to preferences

pull/16/head
Spirit-act 5 years ago
parent
commit
4b60f72e09
No known key found for this signature in database GPG Key ID: 6D6B789FD7B794DE
  1. 5
      deletefb/deletefb.py

5
deletefb/deletefb.py

@ -51,10 +51,7 @@ def run_delete():
args = parser.parse_args()
if args.password is not None or not args.password:
args_user_password = args.password
else:
args_user_password = input('Enter your password: ')
args_user_password = args.password or input('Enter your password: ')
delete_posts(
user_email_address=args.email,

Loading…
Cancel
Save