Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
remove: removed VSCODE merge conflict msg
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-greening committed Jan 17, 2021
1 parent 0c1ece0 commit 354becd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions instascrape/scrapers/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ def get_posts(self, webdriver, amount=None, login_first=False, login_pause=60, m
# Remove excess posts from right of list
posts = posts[:amount]

<<<<<<< Updated upstream
=======

>>>>>>> Stashed changes
# If scrape arg is True, scrape all posts using webdriver
scraped_posts = []
if scrape:
Expand Down

0 comments on commit 354becd

Please sign in to comment.