mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix bug
This commit is contained in:
@@ -13,7 +13,6 @@ class Base:
|
||||
@db_update
|
||||
def create(self, db: Session) -> Self:
|
||||
db.add(self)
|
||||
db.refresh(self)
|
||||
return self
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user