Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
physical
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
physical
Commits
0b6f7bfc
Commit
0b6f7bfc
authored
Aug 10, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
05296a2d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
true_comment_three.py
vest/reply/true_comment_three.py
+1
-1
true_comment_two.py
vest/reply/true_comment_two.py
+1
-1
answer_reply1.py
vest/reply_answer/answer_reply1.py
+1
-1
No files found.
vest/reply/true_comment_three.py
View file @
0b6f7bfc
...
...
@@ -43,7 +43,7 @@ def get_data(numtime, numtime2):
def
true_comment_three
():
try
:
logging
.
info
(
"
commend
three"
)
logging
.
info
(
"
answer_reply_
three"
)
numtime1
,
numtime2
=
time_conv
(
45
,
35
)
user_id
=
get_data
(
numtime1
,
numtime2
)
if
user_id
:
...
...
vest/reply/true_comment_two.py
View file @
0b6f7bfc
...
...
@@ -42,7 +42,7 @@ def get_data(numtime, numtime2):
def
true_comment_two
():
try
:
logging
.
info
(
"
comment
two"
)
logging
.
info
(
"
answer_reply_
two"
)
numtime1
,
numtime2
=
time_conv
(
27
,
17
)
user_id
=
get_data
(
numtime1
,
numtime2
)
dicts
=
{}
...
...
vest/reply_answer/answer_reply1.py
View file @
0b6f7bfc
...
...
@@ -42,7 +42,7 @@ def get_data(numtime, numtime2):
def
answer_reply1
():
try
:
logging
.
info
(
"
comment answer
one"
)
logging
.
info
(
"
answer_reply_
one"
)
numtime1
,
numtime2
,
minute
=
time_conv_minute
(
5
,
0
)
user_id
=
get_data
(
numtime1
,
numtime2
)
redis_key1
=
"cybertron:set_reply_id:one"
...
...
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