From 578f66d5e2e9e9bbdd42bb2de190bad48b9fe4c6 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:43:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A6=E5=8F=B7=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E4=B8=8D=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=20(#11482)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: feng <1304903146@qq.com> --- apps/accounts/models/automations/push_account.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/accounts/models/automations/push_account.py b/apps/accounts/models/automations/push_account.py index fe628f4cb..8ebfe697b 100644 --- a/apps/accounts/models/automations/push_account.py +++ b/apps/accounts/models/automations/push_account.py @@ -30,9 +30,6 @@ class PushAccountAutomation(ChangeSecretMixin, AccountBaseAutomation): ] Account.objects.bulk_create(create_account_objs) - def set_period_schedule(self): - pass - @property def dynamic_username(self): return self.username == '@USER'