un-neutered download and posting

This commit is contained in:
Luke Ogburn
2022-04-05 21:19:49 -04:00
parent bfb0bbcf1e
commit 3a48b013b8
2 changed files with 1 additions and 3 deletions

2
bot.py
View File

@@ -22,4 +22,4 @@ class bot():
def toot(self, text, media=None):
logging.info(f"Posting:\n Text: {text}")
print("self.masto.status_post(text, media_ids=media)")
self.masto.status_post(text, media_ids=media)

View File

@@ -78,8 +78,6 @@ class reddit_scraper:
elif post_type == "gallery":
urls = make_gallery_urls()
urls = [] # nueter download
# download all media
local_urls = []
i = 0