refactor: remove unused logger
This commit is contained in:
parent
82ce1c9d27
commit
a384323bb5
|
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Fetch holidays from gov.cn """
|
"""Fetch holidays from gov.cn """
|
||||||
|
|
||||||
import logging
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
|
@ -13,7 +12,6 @@ import bs4
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
SEARCH_URL = 'http://sousuo.gov.cn/s.htm'
|
SEARCH_URL = 'http://sousuo.gov.cn/s.htm'
|
||||||
LOGGER = logging.getLogger(__name__)
|
|
||||||
PAPER_EXCLUDE = [
|
PAPER_EXCLUDE = [
|
||||||
'http://www.gov.cn/zhengce/content/2014-09/29/content_9102.htm',
|
'http://www.gov.cn/zhengce/content/2014-09/29/content_9102.htm',
|
||||||
'http://www.gov.cn/zhengce/content/2015-02/09/content_9466.htm',
|
'http://www.gov.cn/zhengce/content/2015-02/09/content_9466.htm',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user