zhangyong 7 ヶ月 前
コミット
587a9895e2

ファイルの差分が大きいため隠しています
+ 0 - 0
spider/crawler_offline/xng_zh.txt


+ 2 - 2
spider/crawler_offline/xng_zhanghao.py

@@ -166,9 +166,9 @@ class XNGZH(object):
                     with open(file_path, 'r') as file:
                         content = file.read()
                     if content and content[-1] != ',':
-                        m_id = ',' + str(m_id)
+                        pq_uid = ',' + str(pq_uid)
                     with open(file_path, 'a') as file:
-                        file.write(m_id)
+                        file.write(pq_uid)
                     with open(file_path, 'r') as file:
                         content = file.read()
                 time.sleep(1)

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません