Merge branch 'feature/automatic' into feature/auto_with_checkresults

This commit is contained in:
Lei PAN
2022-06-03 10:13:47 +02:00
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ from playwright.sync_api import sync_playwright
import definitions
import params
from params import PROXY_SERVER, PROXY_PASSWORD
from pojo.ModeEnum import ModeEnum
from pojo.ReserveResultPojo import ReserveResultPojo, PublishType
from pojo.captcha_error_contact_pojo import get_captcha_error_contact_from_contact, ERROR_TYPE_CAPTCHA
@@ -125,7 +124,7 @@ class CommandorPage:
def fill_fields(self):
if not self.is_filling_fields:
self.is_filling_fields = True
self.logger.info("will call fill_fields for " + str(self.contact.phone))
self.logger.info("填充信息: " + str(self.contact.phone))
self._set_name(self.contact.last_name, self.contact.first_name)
self._setPhoneCountryAndStore()
self._setPhoneNumber(self.contact.phone)