Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
crawler
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
backend
crawler
Commits
ec349855
Commit
ec349855
authored
4 years ago
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
733bbf6b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
get_query_result.py
crawler_sys/utils/get_query_result.py
+4
-4
No files found.
crawler_sys/utils/get_query_result.py
View file @
ec349855
...
@@ -53,12 +53,12 @@ def send_email_tome():
...
@@ -53,12 +53,12 @@ def send_email_tome():
content
=
'hi all:附件为'
+
str
(
date
)
+
'的搜索词数据统计结果以及近一周的数据统计结果,请查收!'
content
=
'hi all:附件为'
+
str
(
date
)
+
'的搜索词数据统计结果以及近一周的数据统计结果,请查收!'
zipFile
=
"/srv/apps/crawler/近一周数据统计结果.xls"
zipFile
=
"/srv/apps/crawler/近一周数据统计结果.xls"
out_path
=
"/srv/apps/crawler/近一周数据统计结果.zip"
out_path
=
"/srv/apps/crawler/近一周数据统计结果.zip"
f
=
zipfile
.
ZipFile
(
zipFile
,
'w'
,
zipfile
.
ZIP_DEFLATED
)
f
=
zipfile
.
ZipFile
(
out_path
,
'w'
,
zipfile
.
ZIP_DEFLATED
)
f
.
write
(
out_path
,
zipFile
)
f
.
write
(
out_path
)
f
.
close
()
f
.
close
()
#zipFile = '昨日数据统计结果.xls'
#zipFile = '昨日数据统计结果.xls'
send_file_email
(
out_path
,
email_group
=
[
"litao@igengmei.com"
],
title_str
=
content
send_file_email
(
out_path
,
""
,
email_group
=
[
"litao@igengmei.com"
],
title_str
=
content
,
data
_str
=
content
)
,
email_msg_body
_str
=
content
)
except
Exception
as
e
:
except
Exception
as
e
:
print
(
e
)
print
(
e
)
...
...
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