show debug switch last

moving the debug valve as the last option (above the tags valve)
This commit is contained in:
ther3zz 2025-03-04 10:32:40 -05:00 committed by GitHub
parent 3703976ac2
commit 40c32238af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,9 @@ class Pipeline:
secret_key: str
public_key: str
host: str
debug: bool = False
# New valve that controls whether task names are added as tags:
insert_tags: bool = True
debug: bool = False
def __init__(self):
self.type = "filter"