Browse Source

千里马爬虫维护

lizongze 1 year ago
parent
commit
0037960392
3 changed files with 16 additions and 18 deletions
  1. 2 1
      qlm/config/conf.yaml
  2. 2 2
      qlm/source_qianlima.py
  3. 12 15
      qlm/utils/config_parms.py

+ 2 - 1
qlm/config/conf.yaml

@@ -11,7 +11,8 @@ redis:
   pwd: "k5ZJR5KV4q7DRZ92DQ"
   pwd: "k5ZJR5KV4q7DRZ92DQ"
 #  host: 127.0.0.1
 #  host: 127.0.0.1
 #  port: !!int 6379
 #  port: !!int 6379
-  db: !!int 1
+#  pwd: ""
+  db: !!int 3
 
 
 
 
 ali_oss:
 ali_oss:

+ 2 - 2
qlm/source_qianlima.py

@@ -210,5 +210,5 @@ def start():
     select_area(date_str)
     select_area(date_str)
 
 
 
 
-# if __name__ == '__main__':
-#     start()
+if __name__ == '__main__':
+    start()

File diff suppressed because it is too large
+ 12 - 15
qlm/utils/config_parms.py


Some files were not shown because too many files changed in this diff