1
This commit is contained in:
@@ -58,6 +58,7 @@ async def save_config(
|
||||
ensure_ascii=False,
|
||||
),
|
||||
)
|
||||
await db.commit()
|
||||
return result
|
||||
|
||||
|
||||
@@ -81,6 +82,7 @@ async def reset_default(
|
||||
ensure_ascii=False,
|
||||
),
|
||||
)
|
||||
await db.commit()
|
||||
return result
|
||||
|
||||
|
||||
@@ -114,6 +116,7 @@ async def import_config(
|
||||
ensure_ascii=False,
|
||||
),
|
||||
)
|
||||
await db.commit()
|
||||
return result
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user