add 站点图标缓存
This commit is contained in:
@ -23,7 +23,6 @@ class Base:
|
||||
for key, value in payload.items():
|
||||
setattr(self, key, value)
|
||||
db.commit()
|
||||
db.refresh(self)
|
||||
|
||||
@classmethod
|
||||
def delete(cls, db, rid):
|
||||
|
Reference in New Issue
Block a user