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

Corrigindo um item.

parent 6a948a4a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class EctTracker():
from lxml.html import fromstring
response = requests.get(self.url+cod)
html = fromstring(response)
html = fromstring(response.text)
form = html.body.getchildren()
......
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