diff --git a/main.py b/main.py index 7ef8329d5016b13165d421ec75693144a1122afe..874b4c08b8be8fdfe99da270e6a059ea0d79a632 100644 --- a/main.py +++ b/main.py @@ -35,7 +35,7 @@ class Database: with self.connection.cursor() as cursor: cursor.execute(""" SELECT * FROM `users` - """)2u哦 + """)2u哦新 return cursor.fetchall() def update(self, id, name, email):