Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
404fc29b
Commit
404fc29b
authored
Oct 20, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wn test
parent
bd0ee6de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
jetblue.py
b6/src/jetblue.py
+1
-1
No files found.
b6/src/jetblue.py
View file @
404fc29b
...
...
@@ -28,7 +28,7 @@ db = client.env
if
platform
.
uname
()
.
system
!=
'Darwin'
:
# , 'success': {'$gte': 30}
# , 'env.navigatorparams.useragent': {'$regex': 'iPhone'}
result
=
db
.
env_shape
.
find
({
'env.funcs'
:{
'$ne'
:
None
},
'env.navigatorparams.useragent'
:
{
'$regex'
:
'iPhone'
}
})
result
=
db
.
env_shape
.
find
({
'env.funcs'
:{
'$ne'
:
None
},
'success'
:
{
'$gte'
:
30
}
})
data
=
{
str
(
x
[
'_id'
]):
x
[
'env'
]
for
x
in
result
}
print
(
result
)
with
open
(
'env.json'
,
'w'
,
encoding
=
'utf-8'
)
as
f
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment