Skip to content

Commit

Permalink
Notifications revision version 3.0.3 - 2022/05/29
Browse files Browse the repository at this point in the history
  • Loading branch information
mxnt10 committed May 29, 2022
1 parent 0e173e2 commit 77e57e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77e57e7

Please sign in to comment.