Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mpievolbio-scicomp
RepinPop
Commits
a742f117
Commit
a742f117
authored
Dec 17, 2021
by
c.fortmanngrote
Browse files
debug email.
parent
e68805d1
Pipeline
#258926
failed with stages
in 3 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/routes.py
View file @
a742f117
...
...
@@ -521,5 +521,7 @@ def test_task():
@
app
.
route
(
'/test_mail'
)
def
test_mail
():
job
=
app
.
queue
.
enqueue
(
email_test
)
time
.
sleep
(
3
)
return
"Check your inbox"
return
str
(
job
.
result
)
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