changes on logs
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user