mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 06:22:29 +08:00
fix dboper
This commit is contained in:
@@ -11,7 +11,6 @@ class Base:
|
||||
def create(self, db):
|
||||
db.add(self)
|
||||
db.commit()
|
||||
db.refresh(self)
|
||||
return self
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user