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
e3a9b6f4
Commit
e3a9b6f4
authored
Oct 06, 2023
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
请求造纸
parent
cd43e9df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
jetblue.py
b6/src/jetblue.py
+3
-3
No files found.
b6/src/jetblue.py
View file @
e3a9b6f4
...
@@ -61,8 +61,8 @@ while True:
...
@@ -61,8 +61,8 @@ while True:
r
=
requests
.
get
(
'http://ymx-lcc.unififi.com/header/task/pull/headerB6?brush_name=test'
)
r
=
requests
.
get
(
'http://ymx-lcc.unififi.com/header/task/pull/headerB6?brush_name=test'
)
if
r
.
json
()[
'status'
]
!=
0
:
if
r
.
json
()[
'status'
]
!=
0
:
logger
.
debug
(
f
'不需要刷值'
)
logger
.
debug
(
f
'不需要刷值'
)
#
time.sleep(10)
time
.
sleep
(
10
)
#
continue
continue
logger
.
debug
(
'开始刷值'
)
logger
.
debug
(
'开始刷值'
)
selectId
=
random
.
choice
(
list
(
envs
))
selectId
=
random
.
choice
(
list
(
envs
))
lastHash
=
''
lastHash
=
''
...
@@ -220,4 +220,4 @@ while True:
...
@@ -220,4 +220,4 @@ while True:
# time.sleep(3)
# time.sleep(3)
except
Exception
as
e
:
except
Exception
as
e
:
print
(
e
)
print
(
e
)
time
.
sleep
(
10
)
#
time.sleep(10)
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