import HTTPError to ckanharvester.py
This commit is contained in:
parent
730b476c08
commit
1b609eeb60
|
@ -1,5 +1,5 @@
|
|||
import requests
|
||||
from requests.exceptions import RequestException
|
||||
from requests.exceptions import HTTPError, RequestException
|
||||
|
||||
import datetime
|
||||
from urllib3.contrib import pyopenssl
|
||||
|
|
Loading…
Reference in New Issue