fix: Do not set priority to None

pull/862/head
Raphaël Vinot 2024-01-14 02:18:21 +01:00
parent 0f0757e26e
commit 60c8d7e78d
1 changed files with 1 additions and 1 deletions

View File

@ -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: