~nova/fletcher

c1acd163f33f54a9b253f908f8387cb0c0a07fa7 — Novalinium 1 year, 10 months ago 59d74c2
muple
1 files changed, 2 insertions(+), 2 deletions(-)

M commandhandler.py
M commandhandler.py => commandhandler.py +2 -2
@@ 1015,8 1015,8 @@ class CommandHandler:
                    if metuple is None:
                        cur = conn.cursor()
                        cur.execute(
                            "SELECT fromguild, fromchannel, frommessage FROM messagemap WHERE toguild = %s AND tochannel = %s AND tomessage = %s LIMIT 1;",
                            query_params[:3],
                            "SELECT fromguild, fromchannel, frommessage FROM messagemap WHERE toguild = %s AND tochannel = %s AND tomessage = %s AND fromguild = %s LIMIT 1;",
                            query_params,
                        )
                        query_params = list(cur.fetchone())
                        conn.commit()