manage double link validation

This commit is contained in:
2024-02-07 14:55:13 +01:00
parent 2449459a08
commit de2059435e
5 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class AppointmentRequestSendor(threading.Thread):
self.contact_list = filter_contacts(self.contact_list)
# remove already booked contacts
random.shuffle(self.contact_list)
if len(self.contact_list) > 0 and is_open() and _message_count > 40:
if len(self.contact_list) > 0 and is_open() and _message_count > 100:
captchaResultGetter = CaptchaResultGetter()
print("contact number is {}".format(len(self.contact_list)))
self.contact_list = filter_contacts(self.contact_list)