From ce29683c0f16b89dd80bf001b3c4561f27f53954 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 8 Dec 2024 20:50:56 +0300 Subject: [PATCH] oops fix this again --- ubot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubot.py b/ubot.py index 3379174..e7b2228 100644 --- a/ubot.py +++ b/ubot.py @@ -337,8 +337,8 @@ async def main(): conn.commit() logger.debug('success writen not my new bio attack') except: - c.execute("UPDATE avocado SET when_int = :wh, bio_str = :xp, bio_int = :xpi, expr_int = :end WHERE user_id = :z", { - "wh": int(when), "xp": str(experience), "xpi": int(exp_int), "end": 0, "z": int(u2id)}) + c.execute("UPDATE avocado SET when_int = :wh, bio_str = :xp, bio_int = :xpi WHERE user_id = :z", { + "wh": int(when), "xp": str(experience), "xpi": int(exp_int), "z": int(u2id)}) conn.commit() logger.debug('success updated not my new bio attack') if db_pymysql: