fixed filter
This commit is contained in:
parent
6c28df7617
commit
ef2e9791e8
|
@ -55,7 +55,7 @@ def parse_users_task(self, task_id: int):
|
||||||
)
|
)
|
||||||
|
|
||||||
for user in users:
|
for user in users:
|
||||||
if not user.username and user.bot:
|
if not user.username or user.bot:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
is_active = False
|
is_active = False
|
||||||
|
|
Loading…
Reference in New Issue