コード例 #1
0
 def __init__(self, run_mode='prod'):
     ZhihuItem.__init__(self, run_mode)
     self.question_detail_thread_amount = get_question_detail_thread_amount()
コード例 #2
0
ファイル: zhihu_answer.py プロジェクト: shuhuai007/sda
 def __init__(self, run_mode='prod'):
     ZhihuItem.__init__(self, run_mode)
     self.answer_thread_amount = get_thread_amount("answer_thread_amount")