@@ -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
The note is not visible to the blocked user.