예제 #1
0
파일: book_spider.py 프로젝트: amumu/wyzq
 def __init__(self):
     self.Book = get_db_book()
     self.Chapter = get_db_chapter()
예제 #2
0
파일: book_spider.py 프로젝트: amumu/wyzq
 def __init__(self):
     self.Chapter = get_db_chapter()
     self.Content = get_db_content()