oops fix this again

This commit is contained in:
Your Name 2024-12-08 20:50:56 +03:00
parent 6544e3af7c
commit ce29683c0f

View file

@ -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: