Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 517b7b2

Browse files
authored
Update Instagram_bot.py
1 parent fce441f commit 517b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Bots/Instagram_Bot/Instagram_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, username, pw):
3939
.click()
4040
self.driver.minimize_window()
4141
except:
42-
for i in range(2):
42+
for _ in range(2):
4343
self.wait(EC.element_to_be_clickable((By.XPATH, "//button[contains(., 'Not Now')]"))) \
4444
.click()
4545
self.driver.minimize_window()

0 commit comments

Comments
 (0)