From 632b8a7340f4d988b7108185b622f9df777b3c6b Mon Sep 17 00:00:00 2001 From: Metalman Date: Tue, 15 Aug 2023 13:43:37 +0200 Subject: [PATCH] Import correction for http.client --- src/2-Get_Ark_ID.py | 1 + src/2bis-Get_Ark_ID_NO_BS4.py | 1 + src/4-Download_Date_to_JPEG.py | 1 + src/4-Download_Date_to_PDF.py | 1 + 4 files changed, 4 insertions(+) diff --git a/src/2-Get_Ark_ID.py b/src/2-Get_Ark_ID.py index c877140..cbc42ca 100644 --- a/src/2-Get_Ark_ID.py +++ b/src/2-Get_Ark_ID.py @@ -17,6 +17,7 @@ # HTTP & URL import urllib.request +import http.client # HTML Parser #import BeautifulSoup diff --git a/src/2bis-Get_Ark_ID_NO_BS4.py b/src/2bis-Get_Ark_ID_NO_BS4.py index 4c30421..30fec61 100644 --- a/src/2bis-Get_Ark_ID_NO_BS4.py +++ b/src/2bis-Get_Ark_ID_NO_BS4.py @@ -17,6 +17,7 @@ # HTTP & URL import urllib.request +import http.client ### Contains small tools for dates and others import MyCommonTools diff --git a/src/4-Download_Date_to_JPEG.py b/src/4-Download_Date_to_JPEG.py index ceb8206..e9d45e6 100644 --- a/src/4-Download_Date_to_JPEG.py +++ b/src/4-Download_Date_to_JPEG.py @@ -17,6 +17,7 @@ # HTTP & URL import urllib.request +import http.client ### Contains small tools for dates and others import MyCommonTools diff --git a/src/4-Download_Date_to_PDF.py b/src/4-Download_Date_to_PDF.py index ac8adeb..b36cec8 100644 --- a/src/4-Download_Date_to_PDF.py +++ b/src/4-Download_Date_to_PDF.py @@ -17,6 +17,7 @@ # HTTP & URL import urllib.request +import http.client ### Contains small tools for dates and others import MyCommonTools