Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SULI 2021
AI4HDR_GUI
Commits
36ba04bd
Commit
36ba04bd
authored
Feb 01, 2021
by
josh
Browse files
check
parent
94f0981c
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pycache__/app.cpython-36.pyc
View file @
36ba04bd
No preview for this file type
__pycache__/app.cpython-38.pyc
0 → 100644
View file @
36ba04bd
File added
app.py
View file @
36ba04bd
...
...
@@ -56,7 +56,7 @@ celery = make_celery( app )
Celery Tasks
'''
@
celery
.
task
(
name
=
"app.importAndProcessImage"
)
@
celery
.
task
(
name
=
"app.importAndProcessImage"
)
def
importAndProcessImage
(
imagePath
):
imageDB
.
importAndProcessImage
(
imagePath
)
return
"OK"
...
...
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