attempted to fix seent, testing later

This commit is contained in:
Luke Ogburn
2022-04-13 11:21:56 -04:00
parent 6b75e744da
commit 827beb8079
5 changed files with 14 additions and 13 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)
result = [] #self.login.download(post) neuter
logging.info(f"Done downloading {post.id}.")
return result