Fix robots with tg enabled were being killed

This commit is contained in:
Reckless_Satoshi 2023-03-17 13:01:59 -07:00
parent 6d4c948a53
commit eac5a5f714
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -28,6 +28,7 @@ def users_cleansing():
user.profile.pending_rewards > 0
or user.profile.earned_rewards > 0
or user.profile.claimed_rewards > 0
or user.profile.telegram_enabled is True
):
continue
if not user.profile.total_contracts == 0: