Browse Source

print exceptions

pull/108/head
Wesley Kerfoot 5 years ago
parent
commit
6bf76b3aa8
  1. 3
      deletefb/tools/wall.py

3
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

Loading…
Cancel
Save