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

Retirando a chamada run() para funcionar via mod_wsgi

parent 5b47e199
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,3 @@ def verifica_cep(cep):
retorno = ceps.find_one({"cep":cep}, fields={'_id':False})
return retorno
run(host="localhost", port=8080)
\ No newline at end of file
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