Skip to content

Commit

Permalink
Import correction for http.client
Browse files Browse the repository at this point in the history
  • Loading branch information
metalbobinou authored Aug 15, 2023
1 parent 4e9c0ef commit 632b8a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/2-Get_Ark_ID.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# HTTP & URL
import urllib.request
import http.client

# HTML Parser
#import BeautifulSoup
Expand Down
1 change: 1 addition & 0 deletions src/2bis-Get_Ark_ID_NO_BS4.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# HTTP & URL
import urllib.request
import http.client

### Contains small tools for dates and others
import MyCommonTools
Expand Down
1 change: 1 addition & 0 deletions src/4-Download_Date_to_JPEG.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# HTTP & URL
import urllib.request
import http.client

### Contains small tools for dates and others
import MyCommonTools
Expand Down
1 change: 1 addition & 0 deletions src/4-Download_Date_to_PDF.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# HTTP & URL
import urllib.request
import http.client

### Contains small tools for dates and others
import MyCommonTools
Expand Down

0 comments on commit 632b8a7

Please sign in to comment.