Commit bd25ab96 authored by lixiaofang's avatar lixiaofang

add

parent b768015d
...@@ -18,7 +18,7 @@ def index_first(): ...@@ -18,7 +18,7 @@ def index_first():
@shared_task(name="majia.tasks.get_cook") @shared_task(name="majia.tasks.get_cook")
def get_cook(): def get_cook():
data = open("physical/majia/majia_email.txt","r") data = open("srv/apps/physical/majia/majia_email.txt","r")
list = [] list = []
dicts = {} dicts = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment