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])