Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
fixes #135 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
weskerfoot committed Oct 1, 2020
1 parent 50162ba commit a182eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deletefb/tools/wall.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def delete_posts(driver,
# Tries to be pretty resilient against DOM re-organizations
timestamp_exp = "//article//*/header//*/div/a[contains(@href, 'story_fbid')]//text()/.."

button_types = ["Delete post", "Remove Tag", "Hide from timeline"]
button_types = ["Delete post", "Remove tag", "Hide from timeline"]

while True:
try:
Expand Down

0 comments on commit a182eaa

Please sign in to comment.