From 2dc953424ddb6ea14acd3020e7283a0e66332ea9 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Mon, 20 May 2019 22:42:11 -0400 Subject: [PATCH] Fix typo --- deletefb/deletefb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deletefb/deletefb.py b/deletefb/deletefb.py index b4d92d2..bd552cc 100755 --- a/deletefb/deletefb.py +++ b/deletefb/deletefb.py @@ -77,7 +77,7 @@ def delete_posts(user_email_address=None, # Allow time to enter 2FA code print("Pausing to enter 2FA code") time.sleep(20) - print("Continuin execution") + print("Continuing execution") driver.get(user_profile_url) for _ in range(MAX_POSTS):