Skip to content

Commit

Permalink
adicionado: screenshot do cliente
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurAssuncao committed Mar 2, 2013
1 parent 842bd29 commit acae8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cliente/cliente.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def __call__(self, *args, **kwargs):
resposta, endereco = s.recvfrom(objeto_operacao.MAX_PACOTE)
resposta = objeto_operacao.decriptografa_mensagem_dns(resposta).strip()
except socket.timeout:
msg_erro = 'dns_desconectado'
print '\033[1;31m{}\033[0m'.format(msg_erro)
msg_erro = 'servidor_dns_desconectado'
print '\033[1;31m{}\033[0m'.format(settings.MSGS_ERRO['servidor_dns_desconectado'])
return msg_erro
except socket.error:
msg_erro = 'sem_conexao'
Expand Down
Binary file modified screenshots/cliente.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acae8ac

Please sign in to comment.