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
c9f42bd8
Commit
c9f42bd8
authored
Sep 11, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
8a12c69a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
trans2es_mapping2es.py
trans2es/management/commands/trans2es_mapping2es.py
+4
-4
answer_reply1.py
vest/reply_answer/answer_reply1.py
+1
-1
answer_reply3.py
vest/reply_answer/answer_reply3.py
+1
-1
answer_reply5.py
vest/reply_answer/answer_reply5.py
+1
-1
answer_reply7.py
vest/reply_answer/answer_reply7.py
+1
-1
No files found.
trans2es/management/commands/trans2es_mapping2es.py
View file @
c9f42bd8
...
...
@@ -14,7 +14,7 @@ from vest.follow import auto_follow, auto_follow_new
from
vest.urge
import
auto_star_urge
,
auto_lunch_app
,
auto_lunch_app2
,
auto_urge1
,
auto_urge2
from
vest.fix
import
fix_no_comment_click
from
vest.reply_answer
import
reply_comment2
,
reply_comment3
,
answer_reply2
,
answer_reply3
,
answer_reply1
,
\
answer_reply5
,
answer_reply7
answer_reply5
,
answer_reply7
,
reply_comment1
,
reply_comment5
,
reply_comment7
from
vest.request
import
get_session
,
auto_user_id
from
vest.vest_majiauser
import
vest_click_reply
...
...
@@ -168,15 +168,15 @@ class Command(BaseCommand):
answer_reply7
.
answer_reply7
()
if
options
[
"mvest"
]
==
"reply_comment1"
:
reply_comment
3
.
reply_comment1
()
reply_comment
1
.
reply_comment1
()
if
options
[
"mvest"
]
==
"reply_comment2"
:
reply_comment2
.
reply_comment2
()
if
options
[
"mvest"
]
==
"reply_comment3"
:
reply_comment3
.
reply_comment3
()
if
options
[
"mvest"
]
==
"reply_comment5"
:
reply_comment
2
.
reply_comment5
()
reply_comment
5
.
reply_comment5
()
if
options
[
"mvest"
]
==
"reply_comment7"
:
reply_comment
3
.
reply_comment7
()
reply_comment
7
.
reply_comment7
()
except
:
...
...
vest/reply_answer/answer_reply1.py
View file @
c9f42bd8
...
...
@@ -69,7 +69,7 @@ def get_data(numtime, numtime2):
def
answer_reply1
():
try
:
logging
.
info
(
"answer_reply_one"
)
numtime1
,
numtime2
,
minute
=
time_convs
(
1
,
1
)
numtime1
,
numtime2
=
time_convs
(
1
,
1
)
user_id
=
get_data
(
numtime1
,
numtime2
)
redis_key1
=
"cybertron:set_reply_id:one"
reply_data_comment
=
[]
...
...
vest/reply_answer/answer_reply3.py
View file @
c9f42bd8
...
...
@@ -25,7 +25,7 @@ def get_data(numtime, numtime2):
return
[]
def
answer_reply
2
():
def
answer_reply
3
():
try
:
logging
.
info
(
"comment answer three"
)
numtime1
,
numtime2
=
time_convs
(
3
,
3
)
...
...
vest/reply_answer/answer_reply5.py
View file @
c9f42bd8
...
...
@@ -25,7 +25,7 @@ def get_data(numtime, numtime2):
return
[]
def
answer_reply
2
():
def
answer_reply
5
():
try
:
logging
.
info
(
"comment answer five"
)
numtime1
,
numtime2
=
time_convs
(
5
,
5
)
...
...
vest/reply_answer/answer_reply7.py
View file @
c9f42bd8
...
...
@@ -25,7 +25,7 @@ def get_data(numtime, numtime2):
return
[]
def
answer_reply
2
():
def
answer_reply
7
():
try
:
logging
.
info
(
"comment answer seven"
)
numtime1
,
numtime2
=
time_convs
(
7
,
7
)
...
...
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