3
0
dongzhaorui 2 жил өмнө
parent
commit
5842b53ff7

+ 2 - 5
A数据处理/sync_data/monitor.py

@@ -17,11 +17,8 @@ from log import logger
 from operator import itemgetter
 
 # mongo
-# MONGO_HOST = "172.17.4.87"
-# MONGO_PORT = 27080
-
-MONGO_HOST = "127.0.0.1"
-MONGO_PORT = 27001
+MONGO_HOST = "172.17.4.87"
+MONGO_PORT = 27080
 client = MongoClient(MONGO_HOST, MONGO_PORT)
 
 MONGO_DB1 = "py_spider"