removed flask
This commit is contained in:
parent
d9a360d031
commit
b1e9b6aad8
3
main.py
3
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])
|
||||
|
Loading…
Reference in New Issue
Block a user