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