removed neuter settings

This commit is contained in:
Luke Ogburn
2022-04-13 13:25:11 -04:00
parent 2844971c22
commit f2e73bbda2
2 changed files with 4 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ class scraper:
# downloads a given post's media and return the locations
def download(self, post):
logging.info(f"Downloading {post.id}... ")
result = [] #self.login.download(post) neuter
self.login.download(post)
logging.info(f"Done downloading {post.id}.")
return result