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
ff078106
Commit
ff078106
authored
Dec 11, 2019
by
Hiro
🏄
Browse files
Include feedback from review
parent
fb3155de
Changes
2
Hide whitespace changes
Inline
Side-by-side
gettor/services/email/sendmail.py
View file @
ff078106
...
...
@@ -202,12 +202,12 @@ class Sendmail(object):
link_msg
=
link_str
body_msg
=
strings
.
_
(
"links_body_platform"
).
format
(
platform
)
body_msg
+=
trings
.
_
(
"links_body_links"
).
format
(
link_msg
)
body_msg
+=
trings
.
_
(
"links_body_archive"
)
body_msg
+=
trings
.
_
(
"links_body_internet_archive"
)
body_msg
+=
trings
.
_
(
"links_body_google_drive"
)
body_msg
+=
trings
.
_
(
"links_body_internet_archive"
).
format
(
file
)
body_msg
+=
trings
.
_
(
"links_body_ending"
)
body_msg
+=
s
trings
.
_
(
"links_body_links"
).
format
(
link_msg
)
body_msg
+=
s
trings
.
_
(
"links_body_archive"
)
body_msg
+=
s
trings
.
_
(
"links_body_internet_archive"
)
body_msg
+=
s
trings
.
_
(
"links_body_google_drive"
)
body_msg
+=
s
trings
.
_
(
"links_body_internet_archive"
).
format
(
file
)
body_msg
+=
s
trings
.
_
(
"links_body_ending"
)
subject_msg
=
strings
.
_
(
"links_subject"
)
...
...
scripts/gettor
View file @
ff078106
...
...
@@ -10,7 +10,7 @@ the Tor Browser.
(c) 2014, all entities within the AUTHORS file
:license: see included LICENSE for information
This file starts GetTor as a twistd app. This is the fil
a
that is called by
This file starts GetTor as a twistd app. This is the fil
e
that is called by
gettor_service.
"""
...
...
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