Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JK_Report
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vaisakh.nair
JK_Report
Commits
12adb025
Commit
12adb025
authored
May 16, 2023
by
vaisakh.nair
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code beautification
parent
2aa18ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
scripts/create_report.py
scripts/create_report.py
+0
-5
No files found.
scripts/create_report.py
View file @
12adb025
...
@@ -8,10 +8,6 @@ import yaml
...
@@ -8,10 +8,6 @@ import yaml
from
dotenv
import
load_dotenv
from
dotenv
import
load_dotenv
from
collections
import
defaultdict
from
collections
import
defaultdict
import
smtplib
import
smtplib
# from email.mime.multipart import MIMEMultipart
# from email.mime.text import MIMEText
# from email.mime.base import MIMEBase
# from email import encoders
import
requests
import
requests
import
logging
import
logging
...
@@ -157,7 +153,6 @@ class DailyReportGenerator:
...
@@ -157,7 +153,6 @@ class DailyReportGenerator:
return
emails
return
emails
def
send_email_from_ut
(
self
,
filename
=
"daily_report.xlsx"
,
filepath
=
None
):
def
send_email_from_ut
(
self
,
filename
=
"daily_report.xlsx"
,
filepath
=
None
):
logging
.
info
(
"Sending email to {}"
.
format
(
self
.
get_receiver_emails
()))
logging
.
info
(
"Sending email to {}"
.
format
(
self
.
get_receiver_emails
()))
...
...
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