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

Co-authored-by: feng <1304903146@qq.com>
pull/11483/head
fit2bot 2023-08-31 17:43:52 +08:00 committed by GitHub
parent 1138cd3334
commit 578f66d5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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'