Browse Source

fix "Remove tag" to "Remove Tag"

pull/143/head
Wesley Kerfoot 4 years ago
parent
commit
a91bfb9cb7
  1. 2
      deletefb/tools/wall.py

2
deletefb/tools/wall.py

@ -41,7 +41,7 @@ def delete_posts(driver,
# Tries to be pretty resilient against DOM re-organizations # Tries to be pretty resilient against DOM re-organizations
timestamp_exp = "//article//*/header//*/div/a[contains(@href, 'story_fbid')]//text()/.." timestamp_exp = "//article//*/header//*/div/a[contains(@href, 'story_fbid')]//text()/.."
button_types = ["Delete post", "Remove tag", "Hide from timeline", "Hide from profile"] button_types = ["Delete post", "Remove Tag", "Hide from timeline", "Hide from profile"]
while True: while True:
try: try:

Loading…
Cancel
Save