Skip to content

Update __main__.py - #129

Open
CranchyDev wants to merge 1 commit into
meraki-analytics:masterfrom
CranchyDev:master
Open

Update __main__.py#129
CranchyDev wants to merge 1 commit into
meraki-analytics:masterfrom
CranchyDev:master

Conversation

@CranchyDev

Copy link
Copy Markdown

In line 17, findAll() has been deprecated and replaced find_all.

Proof the error in the console says:

"lolstaticdata\lolstaticdata\champions_main_.py:17: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
for td in soup.findAll("td"):"

In line 17, findAll() has been deprecated and replaced find_all.

Proof the error in the console says:

"lolstaticdata\lolstaticdata\champions\__main__.py:17: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
  for td in soup.findAll("td"):"
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.

1 participant