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