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
b300b71c
Commit
b300b71c
authored
Aug 12, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Plain Diff
ad
parents
cfde729f
6c78d5d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
auto_request.py
vest/request/auto_request.py
+1
-1
vest_click_reply.py
vest/vest_majiauser/vest_click_reply.py
+1
-1
No files found.
vest/request/auto_request.py
View file @
b300b71c
...
...
@@ -302,7 +302,7 @@ def Urge(cookies_get, id):
def
get_offline_comment
():
try
:
data
=
open
(
"/srv/apps/physical/vest/data/comment.txt"
,
"r"
)
data
=
open
(
"/srv/apps/physical/vest/data/
offline_
comment.txt"
,
"r"
)
list_guanshui
=
[]
for
i
in
data
:
...
...
vest/vest_majiauser/vest_click_reply.py
View file @
b300b71c
...
...
@@ -60,7 +60,7 @@ def vest_click_reply():
logging
.
info
(
"get majia data11111111111"
)
now
=
datetime
.
datetime
.
now
()
yes_time
=
now
-
datetime
.
timedelta
(
minutes
=
5
)
user_data
=
open
(
"/srv/apps/physical/vest/data/
get_
user_id.txt"
,
"r"
)
user_data
=
open
(
"/srv/apps/physical/vest/data/user_id.txt"
,
"r"
)
user_list
=
[]
for
i
in
user_data
.
readlines
():
user_list
.
append
(
i
)
...
...
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