added Hasaki crawler
This commit is contained in:
parent
8ee5ccd632
commit
28f584f829
|
@ -1,6 +1,7 @@
|
|||
import hashlib
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from selenium.webdriver.remote.remote_connection import LOGGER
|
||||
LOGGER.setLevel(logging.WARNING)
|
||||
import string
|
||||
|
|
Loading…
Reference in New Issue