perf: 修改 优化去掉版本号

This commit is contained in:
ibuler
2023-02-22 11:23:43 +08:00
parent fae494d707
commit 0140d4349a
2 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ class PushAccountManager(ChangeSecretManager, AccountBasePlaybookManager):
if not account:
return
account.secret = new_secret
account.save(update_fields=['secret', 'version'])
account.save(update_fields=['secret'])
def on_host_error(self, host, error, result):
pass