more proxies

This commit is contained in:
2024-01-12 13:59:46 +01:00
parent 20310bc871
commit 13bedd4d13
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -75,6 +75,7 @@ def on_message(ch, method, properties, body):
sub_contact_list = filter_contacts(contact_list)
random.shuffle(sub_contact_list)
if len(sub_contact_list) > 0:
print("contact number is {}".format(len(sub_contact_list)))
for con in sub_contact_list:
# if not is_already_sent(con):
print(con.mail)