Skip to content

Conversation

@vitorsubhi
Copy link
Contributor

In requests package, text is not a method.

Instead of: content = r.text()
Uses: content = r.text

In requests package, text is not a method.

Instead: content = r.text()
Uses: content = r.text
@codecov-io
Copy link

Codecov Report

Merging #20 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   98.71%   98.71%           
=======================================
  Files          14       14           
  Lines        1790     1790           
=======================================
  Hits         1767     1767           
  Misses         23       23

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 282af86...9edaef9. Read the comment docs.

@Galarzaa90
Copy link
Owner

Thanks!

@Galarzaa90 Galarzaa90 merged commit 04944c3 into Galarzaa90:master Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants