check black list before send request

This commit is contained in:
Lei PAN
2022-07-06 18:08:00 +02:00
parent d495308a1f
commit 2a339be86e
4 changed files with 47 additions and 7 deletions
+1
View File
@@ -332,6 +332,7 @@ class CommandorPage:
params.firebase_store_manager.save(result)
params.local_db_manager.handle_success(result)
params.mongo_store_manager.delete_captcha_error_contact_for_current_day(self.contact)
params.mongo_store_manager.remove_contact_from_black_list(self.contact)
if status is PublishType.SUCCESS:
self.on_success(result)
time.sleep(2)