Skip to content
Snippets Groups Projects
Commit 011e44e5 authored by Plinio Balduino's avatar Plinio Balduino
Browse files

Nao era 1.3.0, mas fica assim mesmo =)

parent bb786da3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# author: Alexandre Borba
# Igor Hercowitz
#
# v 1.1.3
# v 1.3.0
# usage:
# >>> tracker = CepTracker()
# >>> infos = tracker.track(cep)
......
......@@ -4,7 +4,7 @@
# author: Alexandre Borba
# Igor Hercowitz
#
# v 1.1.3
# v 1.3.0
####################################################################
from bottle import route, run, error
......@@ -90,4 +90,3 @@ def error500(code):
def _standalone(port=9876):
run(host='localhost', port=port)
\ 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