Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos authored Sep 17, 2017
1 parent e91be9b commit 9491a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/about_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__author__ = "Victor Domingos"
__copyright__ = "Copyright 2017 Victor Domingos"
__license__ = "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
__version__ = "v0.13 development"
__version__ = "v0.14 development"
__email__ = "web@victordomingos.com"
__status__ = "Development"

Expand Down
3 changes: 2 additions & 1 deletion service/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def __init__(self,master,*args,**kwargs):
self.atualizar_soma_processos()

if self.contar_linhas(self.msgtree) > 0:
self.after(1200, self.abrir_painel_mensagens)
#self.after(1200, self.abrir_painel_mensagens)
self.abrir_painel_mensagens()

#self.teste_GUI()

Expand Down

0 comments on commit 9491a5f

Please sign in to comment.