diff --git a/oml/tasks.py b/oml/tasks.py index 3fd82d7..858390e 100644 --- a/oml/tasks.py +++ b/oml/tasks.py @@ -104,7 +104,7 @@ class Tasks(Thread): priority = 100 if action in ('getcover', 'getpreview'): priority += 1 - if action in ('import', 'export'): + if action in ('import', 'export', 'scanimport'): priority -= 1 if action in ('peering', 'changelibrarypath'): priority -= 2