Skip to content

Commit

Permalink
removes debuger
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Vanzuita committed Sep 2, 2018
1 parent ada0258 commit bd1eb86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/unfollow.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ def unfollow_profile_from_campaign(count,
"""
browser.get('https://www.instagram.com/{}'.format(profile))
sleep(3)
import ipdb
ipdb.set_trace()
try:
unfollow_button = WebDriverWait(browser, 3).until(
EC.presence_of_element_located((By.XPATH,
Expand Down

0 comments on commit bd1eb86

Please sign in to comment.