Re-evaluating tamper priorities

This commit is contained in:
Miroslav Štampar 2026-06-12 11:07:14 +02:00
parent 37322b5197
commit 994292edec
10 changed files with 18 additions and 18 deletions

View file

@ -9,7 +9,7 @@ import re
from lib.core.enums import PRIORITY
__priority__ = PRIORITY.LOW
__priority__ = PRIORITY.LOWEST
def dependencies():
pass