import HTTPError to ckanharvester.py

This commit is contained in:
Ken Tsang 2019-03-15 17:01:05 +00:00
parent 730b476c08
commit 1b609eeb60
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import requests
from requests.exceptions import RequestException
from requests.exceptions import HTTPError, RequestException
import datetime
from urllib3.contrib import pyopenssl