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
9efff8c6
Commit
9efff8c6
authored
Oct 16, 2019
by
Hiro
🏄
Browse files
Fix error and call backs in email message responder
parent
3a4cfabb
Changes
1
Hide whitespace changes
Inline
Side-by-side
gettor/parse/email.py
View file @
9efff8c6
...
...
@@ -240,7 +240,7 @@ class EmailParser(object):
"Found request for {}."
.
format
(
request
[
'command'
]),
system
=
"email parser"
)
check
=
yield
self
.
too_many_requests
(
request
[
'id'
],
hid
,
request
[
'service'
],
email_requests_limit
)
:
check
=
yield
self
.
too_many_requests
(
request
[
'id'
],
hid
,
request
[
'service'
],
email_requests_limit
)
if
check
:
log
.
msg
(
"Discarded. Too many requests from {}."
.
format
(
...
...
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