Commit 9e291463 authored by wang's avatar wang

ws 测试

parent 15bb78b5
...@@ -37,7 +37,7 @@ db = client.env ...@@ -37,7 +37,7 @@ db = client.env
if not pathlib.Path('env.json').exists(): if not pathlib.Path('env.json').exists():
# , 'success': {'$gte': 30} # , 'success': {'$gte': 30}
# , 'env.navigatorparams.useragent': {'$regex': 'iPhone'} # , 'env.navigatorparams.useragent': {'$regex': 'iPhone'}
result = db.env_shape.find({'env.funcs' :{'$ne': None}}) result = db.env_shape.find({'env.funcs' :{'$ne': None}}).limit(200)
# result = db.env_shape.find({'success1' :{'$exists': True}}) # result = db.env_shape.find({'success1' :{'$exists': True}})
data = {} data = {}
for x in result: for x in result:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment