changes on logs

This commit is contained in:
PAN Lei
2022-05-18 22:50:52 +02:00
parent b093a3f2db
commit a422b7d80c
+1 -1
View File
@@ -197,7 +197,7 @@ class CommandorPage:
try:
items = self.page.query_selector("div.alert")
if items:
print(items.inner_html())
print("error is " + items.inner_html())
except Exception as ext:
self.logger.error(ext)