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:
parent
970557d720
commit
9fad3e894d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
from bs4 import BeautifulSoup
|
||||
import urllib
|
||||
import urllib.request
|
||||
|
||||
# Base link to the lessons page
|
||||
edunovaLink = "https://davy04.edunova.it/presentation/"
|
||||
|
|
Loading…
Reference in a new issue