From a422b7d80cd8d0d069aed2d0e9f0cd21a7f9cde6 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Wed, 18 May 2022 22:50:52 +0200 Subject: [PATCH] changes on logs --- workers/commandor_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/commandor_page.py b/workers/commandor_page.py index ad66bc4..f2dc76b 100644 --- a/workers/commandor_page.py +++ b/workers/commandor_page.py @@ -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)