Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
6f7b7b33
Commit
6f7b7b33
authored
Feb 16, 2016
by
ilv
Browse files
Better name for OS
parent
1487fd8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gettor/smtp.py
View file @
6f7b7b33
...
...
@@ -374,7 +374,7 @@ class SMTP(object):
try
:
links_subject
=
self
.
_get_msg
(
'links_subject'
,
'en'
)
links_msg
=
self
.
_get_msg
(
'links_msg'
,
'en'
)
links_msg
=
links_msg
%
(
os
,
links
)
links_msg
=
links_msg
%
(
OS
[
os
]
,
links
)
self
.
_send_email
(
from_addr
,
...
...
Write
Preview
Supports
Markdown
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