Don't scrape channel info unless specifically scraping channel info

This commit is contained in:
Logan Williams
2022-06-10 08:41:45 +00:00
parent 6183972b1a
commit 6e962de244

View File

@@ -421,9 +421,6 @@ class ScraperController:
session.commit()
added += 1
profile = scraper.get_profile(channel)
session.add(profile)
session.commit()
logger.info(
f"{scraper} found {added} new posts from {channel}")