removed flask

This commit is contained in:
Michael Rausch 2025-01-08 17:40:17 +13:00
parent d9a360d031
commit b1e9b6aad8

View File

@ -230,9 +230,6 @@ def boot():
"""Main entry point - starts monitoring loop and health check server""" """Main entry point - starts monitoring loop and health check server"""
print_splash(str(MONITORED_SUBREDDITS)) print_splash(str(MONITORED_SUBREDDITS))
# Start Flask server in a separate thread
Thread(target=run_flask, daemon=True).start()
while True: while True:
for subreddit in MONITORED_SUBREDDITS: for subreddit in MONITORED_SUBREDDITS:
check_reddit(subreddit[0], subreddit[1]) check_reddit(subreddit[0], subreddit[1])