Added minor fix for coloring and text highlights

This commit is contained in:
frikky
2022-06-05 21:32:28 +02:00
parent 9e3e86f1b0
commit 387731fbfe
5 changed files with 86 additions and 52 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ class AppBase:
finished = True
break
else:
self.logger.info(f"[DEBUG] RESP: {ret.text}")
self.logger.info(f"[ERROR] RESP: {ret.text}")
except requests.exceptions.RequestException as e:
self.logger.info(f"[DEBUG] Request problem: {e}")