Spirit-act
6 years ago
No known key found for this signature in database
GPG Key ID: 6D6B789FD7B794DE
1 changed files with
1 additions and
4 deletions
-
deletefb/deletefb.py
|
@ -51,10 +51,7 @@ def run_delete(): |
|
|
|
|
|
|
|
|
args = parser.parse_args() |
|
|
args = parser.parse_args() |
|
|
|
|
|
|
|
|
if args.password is not None or not args.password: |
|
|
args_user_password = args.password or input('Enter your password: ') |
|
|
args_user_password = args.password |
|
|
|
|
|
else: |
|
|
|
|
|
args_user_password = input('Enter your password: ') |
|
|
|
|
|
|
|
|
|
|
|
delete_posts( |
|
|
delete_posts( |
|
|
user_email_address=args.email, |
|
|
user_email_address=args.email, |
|
|