diff --git a/app.py b/app.py index 2bd2371..306763b 100644 --- a/app.py +++ b/app.py @@ -428,6 +428,7 @@ class Database: return conn.execute( """ SELECT * FROM auto_reply_logs + WHERE status != 'skipped' ORDER BY id DESC LIMIT ? """,