wacca: fix options not saving

This commit is contained in:
2023-03-03 12:40:03 -05:00
parent c5fc879af6
commit 4626ec36cd
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ class WaccaProfileData(BaseData):
)
conflict = sql.on_duplicate_key_update(
value = sql.inserted.value
value = value
)
result = self.execute(conflict)