Skip to content
Snippets Groups Projects
Commit 10991890 authored by Alê Borba's avatar Alê Borba
Browse files

Bugfix - importando o response

parents 5b4b3335 3faccb2f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def verifica_cep(cep):
except ValueError:
result = dict(status='404',
message='O Cep %s informado nao pode ser localizado' %cep)
message='O CEP %s informado nao pode ser localizado' %cep)
if not result.has_key('status'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment