1
Fork 0
mirror of https://github.com/Steffo99/bbbdl.git synced 2024-11-22 07:44:18 +00:00

🐞 Properly import urllib.request instead of urllib

This commit is contained in:
Steffo 2020-10-11 15:30:57 +02:00
parent 970557d720
commit 9fad3e894d

View file

@ -1,6 +1,6 @@
import os import os
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
import urllib import urllib.request
# Base link to the lessons page # Base link to the lessons page
edunovaLink = "https://davy04.edunova.it/presentation/" edunovaLink = "https://davy04.edunova.it/presentation/"