update name

This commit is contained in:
funnywolf
2025-12-02 15:02:52 +08:00
parent f5c0ecdf85
commit 64a5dfc100
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
from Docker.mock.SIRP_MOCK.alert import get_mock_alerts
from Docker.mock.SIRP_MOCK.rule import rule_list
from Lib.api import get_current_time_string, string_to_timestamp, generate_four_random_timestamps
from PLUGINS.Mock.SIRP_MOCK.alert import get_mock_alerts
from PLUGINS.Mock.SIRP_MOCK.rule import rule_list
from PLUGINS.SIRP.grouprule import GroupRule
from PLUGINS.SIRP.nocolyapi import OptionSet
from PLUGINS.SIRP.sirpapi import Alert, Artifact, Case, create_alert_with_group_rule
@@ -1,6 +1,6 @@
from Docker.mock.SIRP_MOCK.alert import get_mock_alerts
from Lib.api import generate_four_random_timestamps
from Lib.redis_stream_api import RedisStreamAPI
from PLUGINS.Mock.SIRP_MOCK.alert import get_mock_alerts
if __name__ == "__main__":