changes on logs
This commit is contained in:
@@ -197,7 +197,7 @@ class CommandorPage:
|
|||||||
try:
|
try:
|
||||||
items = self.page.query_selector("div.alert")
|
items = self.page.query_selector("div.alert")
|
||||||
if items:
|
if items:
|
||||||
print(items.inner_html())
|
print("error is " + items.inner_html())
|
||||||
except Exception as ext:
|
except Exception as ext:
|
||||||
self.logger.error(ext)
|
self.logger.error(ext)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user