From 60c8d7e78d260a8bdd715a54fd8c1100d91d8fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 14 Jan 2024 02:18:21 +0100 Subject: [PATCH] fix: Do not set priority to None --- bin/background_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/background_processing.py b/bin/background_processing.py index 6062b70d..8722afad 100755 --- a/bin/background_processing.py +++ b/bin/background_processing.py @@ -121,7 +121,7 @@ class Processing(AbstractManager): rendered_hostname_only=query.get('rendered_hostname_only', True), # force=query.get('force', False), # recapture_interval=query.get('recapture_interval', 300), - priority=query.get('priority', None), + priority=query.get('priority', 0), uuid=uuid ) if new_uuid != uuid: