Skip to content

Commit

Permalink
<database>[feat]fix serious bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Sep 5, 2024
1 parent 57aef8a commit 2af509c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@


class LiteModel(BaseModel):
TABLE_NAME: str = ""
id: int = 0
TABLE_NAME: str = None # type: ignore
id: int = None # type: ignore

def dump(self, *args, **kwargs):

Expand Down

0 comments on commit 2af509c

Please sign in to comment.