Skip to content
GitLab
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
bf193523
Commit
bf193523
authored
May 22, 2019
by
Hiro
🏄
Browse files
Remove testing hard coded settings again
parent
64bf48a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/process_email
View file @
bf193523
...
...
@@ -22,7 +22,7 @@ def process_email(message):
settings
=
options
.
parse_settings
()
try
:
ep
=
EmailParser
(
settings
,
"gettor
+test
@torproject.org"
)
ep
=
EmailParser
(
settings
,
"gettor@torproject.org"
)
yield
defer
.
maybeDeferred
(
ep
.
parse
,
message
).
addCallback
(
ep
.
parse_callback
).
addErrback
(
ep
.
parse_errback
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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