fix: 账号推送定时任务不执行 (#11482)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-08-31 17:43:52 +08:00
committed by GitHub
parent 1138cd3334
commit 578f66d5e2

View File

@@ -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'