Django project which examines the frequency of occurrence of words on the blog.
the project is not finished yet but the scraper did not give any errors before. The error appeared after switching to another komupter, but I'm not sure if it matters
when I try to run my scraping script I get this error:
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)
I tried to use the time function but it didn't help
import time
time.sleep(5)