Commit 57e5b204 authored by litaolemo's avatar litaolemo

update

parent 4a30b2ce
......@@ -23,6 +23,9 @@ def con_sql(sql):
sql = "select id,question_id,platform from api_answer where platform in (2,0,9) limit 2"
result = con_sql(sql)
for r in result:
print(r)
from crawler.maintenance.func_send_email_with_file import send_file_email
......
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