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
b0368e70
Commit
b0368e70
authored
Apr 22, 2019
by
Kai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of git.wanmeizhensuo.com:alpha/physical into test
parents
d7eb9704
6cff25b7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
batch_user_gen
majia/batch_user_gen
+0
-0
tasks.py
majia/tasks.py
+2
-2
No files found.
majia/batch_user_gen
0 → 100644
View file @
b0368e70
This diff is collapsed.
Click to expand it.
majia/tasks.py
View file @
b0368e70
...
...
@@ -19,7 +19,7 @@ def index_first():
@shared_task
(
name
=
"majia.tasks.get_cook"
)
def
get_cook
():
data
=
open
(
"srv/apps/physical/majia/majia_email.txt"
,
"r"
)
data
=
open
(
"
/
srv/apps/physical/majia/majia_email.txt"
,
"r"
)
list
=
[]
dicts
=
{}
...
...
@@ -45,7 +45,7 @@ def get_cook():
logging
.
info
(
"response.text :
%
s"
%
response
.
text
)
dicts
[
i
]
=
cook
with
open
(
"srv/apps/physical/majia/user_session.txt"
,
'w'
)
as
f
:
with
open
(
"
/
srv/apps/physical/majia/user_session.txt"
,
'w'
)
as
f
:
for
key
,
value
in
dicts
.
items
():
f
.
write
(
key
)
f
.
write
(
","
)
...
...
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