diff --git a/Database.py b/Database.py index 73e4e92..1d07d49 100644 --- a/Database.py +++ b/Database.py @@ -19,7 +19,7 @@ class Database: user = user, password = password, ) - self.cursor = self.mydb.cursor + self.cursor = self.mydb.cursor() def _create_table(self, name: str, content: dict): command: str = f"CREATE TABLE {name} ("