mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-29 10:25:43 +02:00
adapter_adultfanfictionorg used urllib2 exceptions without importing it.
This commit is contained in:
parent
2bd644cd66
commit
173bbe8fa6
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ import logging
|
|||
logger = logging.getLogger(__name__)
|
||||
import re
|
||||
import sys
|
||||
import urllib2
|
||||
from bs4 import UnicodeDammit
|
||||
|
||||
from ..htmlcleanup import stripHTML
|
||||
|
|
|
|||
Loading…
Reference in a new issue