add some logs in chinese
This commit is contained in:
@@ -125,7 +125,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)
|
||||
|
||||
Reference in New Issue
Block a user