Remove `time.sleep` #1
Closed
by weskerfoot opened 6 years ago
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The script should not be relying on
time.sleep
for things, but currently it does because of the weirdness of Facebook. I have started work on https://github.com/weskerfoot/DeleteFB/tree/fix-waits to try and fix that.Should be fixed by https://github.com/weskerfoot/DeleteFB/pull/4 however it still requires a call to
sleep
after executing the custom JS to click the "Delete" button.