From b1e9b6aad83adfa9977310dc2aaf48f23f24684a Mon Sep 17 00:00:00 2001 From: Michael Rausch Date: Wed, 8 Jan 2025 17:40:17 +1300 Subject: [PATCH] removed flask --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index dc832e8..0450a07 100644 --- a/main.py +++ b/main.py @@ -230,9 +230,6 @@ def boot(): """Main entry point - starts monitoring loop and health check server""" print_splash(str(MONITORED_SUBREDDITS)) - # Start Flask server in a separate thread - Thread(target=run_flask, daemon=True).start() - while True: for subreddit in MONITORED_SUBREDDITS: check_reddit(subreddit[0], subreddit[1])