diff --git a/main.py b/main.py index a948985c03aa61cfef3d118188f5cd8983252aad..8832c2226bdf68331902dcf16fc5ce0875cc6512 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ class Database: def create_table(self): with self.connection.cursor() as cursor: cursor.execute(""" - CREATE TABLE IF NOT EXISTS `users` (在 + CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL,