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
alpha
physical
Commits
f5526d6d
Commit
f5526d6d
authored
6 years ago
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
8d3aaf25
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 @
f5526d6d
This diff is collapsed.
Click to expand it.
majia/tasks.py
View file @
f5526d6d
...
...
@@ -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
(
","
)
...
...
This diff is collapsed.
Click to expand it.
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