Wesley Kerfoot
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
deletefb/tools/wall.py
|
@ -75,7 +75,8 @@ def delete_posts(driver, |
|
|
|
|
|
|
|
|
click_button(driver, confirmation_button) |
|
|
click_button(driver, confirmation_button) |
|
|
|
|
|
|
|
|
except SELENIUM_EXCEPTIONS: |
|
|
except SELENIUM_EXCEPTIONS as e: |
|
|
|
|
|
print(e) |
|
|
continue |
|
|
continue |
|
|
else: |
|
|
else: |
|
|
break |
|
|
break |
|
|