Skip to content

Commit

Permalink
Merge pull request #41 from Slashdacoda/fullfact_2021_NormalizeCredib…
Browse files Browse the repository at this point in the history
…ility

cleanup
  • Loading branch information
Slashdacoda authored Jul 28, 2021
2 parents e6f8cef + b5cc216 commit 1d64d34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions claim_extractor/extractors/fullfact.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ def extract_claim_and_review(self, parsed_claim_review_page: BeautifulSoup, url:
# for local_claim in claim_text_list:
# claims[claim[len(claim)]] = claims[claim[len(claim)-1]]


#if ( url == "https://fullfact.org/online/daily-cases-vaccine-coverage/"):
# print("x")

# No Rating? No Claim?
if not claim.claim or not claim.rating:
print(url)
Expand Down

0 comments on commit 1d64d34

Please sign in to comment.