Browse Source

print exceptions (#108)

pull/111/head
Wesley Kerfoot 4 years ago
committed by GitHub
parent
commit
5da3367df6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      deletefb/tools/wall.py

3
deletefb/tools/wall.py

@ -75,7 +75,8 @@ def delete_posts(driver,
click_button(driver, confirmation_button)
except SELENIUM_EXCEPTIONS:
except SELENIUM_EXCEPTIONS as e:
print(e)
continue
else:
break

Loading…
Cancel
Save