From 77e57e7064066654c32f5b06285e7643fcee22bc Mon Sep 17 00:00:00 2001 From: mauricio Date: Sun, 29 May 2022 11:38:10 -0300 Subject: [PATCH] Notifications revision version 3.0.3 - 2022/05/29 --- ChangeLog | 9 +++++++++ src/main.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe030e2..8542166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. Todas as mudanças notáveis neste projeto serão documentadas neste arquivo. +## [ 3.0.3 ] - 2022-05-29 ########################################## + +### Fixed / Corrigido + - Fixed notificaton detection. +### + +##################################################################### + + ## [ 3.0.2 ] - 2022-03-24 ########################################## ### Fixed / Corrigido diff --git a/src/main.py b/src/main.py index 07e8275..485c521 100755 --- a/src/main.py +++ b/src/main.py @@ -170,7 +170,7 @@ def changeStatusBar(self): def bs(self, htm, parser): res = BeautifulSoup(htm, parser) try: - if not __err__ in res.title and res.findAll('img', {'class': 'gb_zc'}): + if not __err__ in res.title and res.findAll('img', {'class': 'gb_xc'}): verifyNotify(self, res) else: self.soma = 0