add some logs in chinese

This commit is contained in:
Lei PAN
2022-06-03 10:11:29 +02:00
parent 9ce2ba343c
commit 05eb94f2f9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)