Optimized safe logic

This commit is contained in:
2025-05-17 13:19:09 +02:00
parent cc399e3899
commit 2506065142
4 changed files with 115 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ sys.path.insert(
os.path.abspath(os.path.join(os.path.dirname(__file__), '../../filter_plugins'))
)
from safe_var import FilterModule
from safe import FilterModule
class TestSafeVarFilter(unittest.TestCase):
def setUp(self):