diff --git a/main.py b/main.py index 7d8f0bb..2c029bb 100644 --- a/main.py +++ b/main.py @@ -90,7 +90,7 @@ def run_tasks(): def replication_task(): while True: conn = db.connect_db() - logging.warning(connected) + # logging.warning(connected) with Session(conn) as session: for item in session.query(db.Queue).join(db.Queue.user).all(): bndname = item.user.bndname