Skip to content

Commit 9572c69

Browse files
committed
rename Lis_GetReport to LastInfoSec
1 parent cddfe81 commit 9572c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analyzers/LastInfoSec/LastInfoSec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import requests
55

66

7-
class LIS_GetReport(Analyzer):
7+
class LastInfoSec(Analyzer):
88
def __init__(self):
99
Analyzer.__init__(self)
1010
self.api_key = self.get_param(
@@ -117,4 +117,4 @@ def summary(self, raw):
117117

118118

119119
if __name__ == "__main__":
120-
LIS_GetReport().run()
120+
LastInfoSec().run()

0 commit comments

Comments
 (0)