Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit d01fac3

Browse files
committed
Upgrade version 3.0.1 - 2022/03/24
1 parent fce0fd2 commit d01fac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def bs(self, htm, num):
186186
title = res.xpath('//title')
187187
if not __err__ in title[0].text and res.xpath('//path[@class="p361ku9c"]'):
188188
verifyNotify(self, res)
189+
else:
190+
self.soma = 0
189191
if __err__ in title[0].text: # Em caso de erro de conexão o título inicial não se altera
190192
if self.changeTray != 1:
191193
self.tray.setIcon(QIcon(setIcon('error')))

0 commit comments

Comments
 (0)