Update main.py

This commit is contained in:
Richard Mwewa
2023-03-01 23:08:49 +02:00
committed by GitHub
parent 2863aef3df
commit 5ba5db6118

View File

@@ -3,6 +3,7 @@ from reddit_post_scraping_tool.reddit_post_scraping_tool import *
def main():
try:
check_updates("1.3.0.1")
reddit_post_scraper()
except KeyboardInterrupt:
log.warning(f"User interruption detected.")